From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 2/8] ARM: dts: am33xx: Move to operating-points-v2 table and ti-cpufreq driver Date: Thu, 19 May 2016 10:11:21 +0530 Message-ID: <20160519044121.GD32001@vireshk-i7> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-pm-owner@vger.kernel.org To: Dave Gerlach Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Tony Lindgren , Rob Herring , Mark Rutland , Nishanth Menon , Yegor Yefremov List-Id: devicetree@vger.kernel.org On 18-05-16, 18:36, Dave Gerlach wrote: > + cpu0_opp_table: opp_table0 { > + compatible = "operating-points-v2"; > + > + /* > + * The three following nodes are marked with opp-suspend > + * because the can not be enabled simultaneously on a > + * single SoC. > + */ > + opp50@300000000 { > + opp-hz = /bits/ 64 <300000000>; > + opp-microvolt = <950000 931000 969000>; > + opp-supported-hw = <0x06 0x0010>; Is there any place in either of the patchsets you have sent, that details the usage of the above two values? I mean which defines, what is 0x6 and what is 0x1 ? -- viresh