Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp905749ybe; Thu, 5 Sep 2019 07:38:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqwZPWwz/YxGMWE2A04mIUwRlDXfw9NC9eXOg1Gk5fUBKgR/lBdNI5Rs4lPEKyIR4OYcjquF X-Received: by 2002:a63:8dc9:: with SMTP id z192mr3374525pgd.151.1567694312013; Thu, 05 Sep 2019 07:38:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567694312; cv=none; d=google.com; s=arc-20160816; b=OwyBEcvJQ271iNNyD0Xo5ntuN3N3W3EN2+FjWm4EOdGHaleeDAM5NxQApc27q2cFsd S6/bnJhMbwB0mDEpkiOoSsCJ/6OZZb8qj8DB6Qaqcm4RSFllx8U19ksfvkRSEm3uXS9o mUE6HriUGVV0eYDBAr2z0kigh3RqQslgs6EWLJ2IBYUL1eW8noxR6taASiTHlcld86d5 +WmDuiu5AVul6Ucv8KdEgbMIU0d3+VgEb9FG/SoodaLPVteVubnPwvjWuTZIv5H5P1qm zRjWMZwx96nAYZeP64QA+E++PJtoPBSr+TIlYunT1enOhQy94OyMIpxYbqhntJKHmIgW 04hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=E0bUbSfgWEbC7cy+E41SY/q0ZRkPjbCynYOV7LEcWMw=; b=GZcbCsv8P6jm/qfS6AokBjiyoeopF4whrekHwc0CTOnPlZ+97iyGQAhIaUZXJGbm1B TXVAIta3QYw/X9S1W3oO9lFIElmWXqxlCLNrQNRBckAyqIU5Al2FvNMxBbF/PxDTSuP+ FXwjEVpS01DVtsygAOsxMnO6vPi0rQcvkNCzZJo3SvCdrB4LhDCepgaYQl5yNdLVdj4h 8nez8opJ4AX2Ay99ccppLPOFEUUyXRaRiPZZArGylULGOHsvtC5DUHmXhsAokFzU9ypU 2He2hMrTbLHUN5KY/UwilgDcVB6jrhAQewlVc3Jqdy4xzeYpFEqg6FqljItGl1RToic0 AsGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o1si2169602pld.73.2019.09.05.07.38.14; Thu, 05 Sep 2019 07:38:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730476AbfIEOcb (ORCPT + 99 others); Thu, 5 Sep 2019 10:32:31 -0400 Received: from muru.com ([72.249.23.125]:59790 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726626AbfIEOcb (ORCPT ); Thu, 5 Sep 2019 10:32:31 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 14301810D; Thu, 5 Sep 2019 14:32:59 +0000 (UTC) Date: Thu, 5 Sep 2019 07:32:26 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Adam Ford , =?utf-8?B?QW5kcsOp?= Roth , Mark Rutland , "Rafael J. Wysocki" , Viresh Kumar , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: Re: [RFC v2 1/3] cpufreq: ti-cpufreq: add support for omap34xx and omap36xx Message-ID: <20190905143226.GW52127@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Nikolaus Schaller [190904 08:54]: > This adds code and tables to read the silicon revision and > eFuse (speed binned / 720 MHz grade) bits for selecting > opp-v2 table entries. > > Since these bits are not always part of the syscon register > range (like for am33xx, am43, dra7), we add code to directly > read the register values using ioremap() if syscon access fails. This is nice :) Seems to work for me based on a quick test on at least omap36xx. Looks like n900 produces the following though: core: _opp_supported_by_regulators: OPP minuV: 1270000 maxuV: 1270000, not supported by regulator cpu cpu0: _opp_add: OPP not supported by regulators (550000000) But presumably that can be further patched. So for this patch: Acked-by: Tony Lindgren