From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 01/16] PM / OPP: Add 'supply-names' binding Date: Wed, 21 Oct 2015 18:48:32 +0530 Message-ID: <20151021131832.GG7784@ubuntu> References: <2b87b162eabd1570ae2311e1ef8655acda72f678.1441972771.git.viresh.kumar@linaro.org> <55F72C97.2030306@kernel.org> <20151016002243.GA23912@codeaurora.org> <20151016060227.GS19018@linux> <20151016191658.GA16437@codeaurora.org> <20151017041055.GZ19018@linux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20151017041055.GZ19018@linux> Sender: linux-pm-owner@vger.kernel.org To: Stephen Boyd Cc: Rob Herring , Rafael Wysocki , nm@ti.com, linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, rob.herring@linaro.org, lee.jones@linaro.org, Mark Brown , devicetree@vger.kernel.org, Ian Campbell , Kumar Gala , open list , Mark Rutland , Pawel Moll , "Rafael J. Wysocki" List-Id: devicetree@vger.kernel.org On 17-10-15, 09:40, Viresh Kumar wrote: > Hehe, no. > > Okay here is the problem statement: > > We have two supplies for a device and the device node will have > something like: > > name1-supply = <&supply1>; > name2-supply = <&supply2>; > > And the OPP node needs to have voltages for both of them: > > opp-microvolt = , ; > > Where XYZ(1) are for supply1 and XYZ(2) are for supply2. > > Now we need to identify the supplies for which the values are present > here and their order as well. How do we do that? > > The way I am suggesting is to add a property in opp node which will > keep "name1" and "name2" in it. Any more comments? Acks ? I want to close this series :) -- viresh