mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: robh+dt@kernel.org, sboyd@codeaurora.org, lee.jones@linaro.org,
	linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org,
	mark.rutland@arm.com, pawel.moll@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org, nm@ti.com,
	devicetree@vger.kernel.org, b.zolnierkie@samsung.com,
	m.szyprowski@samsung.com,
	Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Kukjin Kim <kgene@kernel.org>,
	"moderated list:ARM PORT" <linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>,
	"moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES" 
	<linux-samsung-soc@vger.kernel.org>,
	Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>
Date: Tue, 24 Nov 2015 00:10:05 +0100	[thread overview]
Message-ID: <1527236.7CQ8yZPfHx@vostro.rjw.lan> (raw)
In-Reply-To: <2407684.GgMbGa6LFq@vostro.rjw.lan>

On Tuesday, November 24, 2015 12:04:00 AM Rafael J. Wysocki wrote:
> On Wednesday, November 11, 2015 08:10:58 AM Viresh Kumar wrote:
> > OPP bindings got updated to name OPP nodes this way, make changes
> > according to that.
> > 
> > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> > ---
> >  arch/arm/boot/dts/exynos4412.dtsi | 28 ++++++++++++++--------------
> >  1 file changed, 14 insertions(+), 14 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
> > index 294cfe40388d..40beede46e55 100644
> > --- a/arch/arm/boot/dts/exynos4412.dtsi
> > +++ b/arch/arm/boot/dts/exynos4412.dtsi
> > @@ -64,73 +64,73 @@
> >  		compatible = "operating-points-v2";
> >  		opp-shared;
> >  
> > -		opp00 {
> > +		opp@200000000 {
> >  			opp-hz = /bits/ 64 <200000000>;
> >  			opp-microvolt = <900000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp01 {
> > +		opp@300000000 {
> >  			opp-hz = /bits/ 64 <300000000>;
> >  			opp-microvolt = <900000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp02 {
> > +		opp@400000000 {
> >  			opp-hz = /bits/ 64 <400000000>;
> >  			opp-microvolt = <925000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp03 {
> > +		opp@500000000 {
> >  			opp-hz = /bits/ 64 <500000000>;
> >  			opp-microvolt = <950000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp04 {
> > +		opp@600000000 {
> >  			opp-hz = /bits/ 64 <600000000>;
> >  			opp-microvolt = <975000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp05 {
> > +		opp@700000000 {
> >  			opp-hz = /bits/ 64 <700000000>;
> >  			opp-microvolt = <987500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp06 {
> > +		opp@800000000 {
> >  			opp-hz = /bits/ 64 <800000000>;
> >  			opp-microvolt = <1000000>;
> >  			clock-latency-ns = <200000>;
> >  			opp-suspend;
> >  		};
> > -		opp07 {
> > +		opp@900000000 {
> >  			opp-hz = /bits/ 64 <900000000>;
> >  			opp-microvolt = <1037500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp08 {
> > +		opp@1000000000 {
> >  			opp-hz = /bits/ 64 <1000000000>;
> >  			opp-microvolt = <1087500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp09 {
> > +		opp@1100000000 {
> >  			opp-hz = /bits/ 64 <1100000000>;
> >  			opp-microvolt = <1137500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp10 {
> > +		opp@1200000000 {
> >  			opp-hz = /bits/ 64 <1200000000>;
> >  			opp-microvolt = <1187500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp11 {
> > +		opp@1300000000 {
> >  			opp-hz = /bits/ 64 <1300000000>;
> >  			opp-microvolt = <1250000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp12 {
> > +		opp@1400000000 {
> >  			opp-hz = /bits/ 64 <1400000000>;
> >  			opp-microvolt = <1287500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp13 {
> > +		opp@1500000000 {
> >  			opp-hz = /bits/ 64 <1500000000>;
> >  			opp-microvolt = <1350000>;
> >  			clock-latency-ns = <200000>;
> > 
> 
> This one doesn't apply for me on top of the current Linus' tree, so please
> update.

Scratch that, my bad.  Sorry.

Thanks,
Rafael


      reply	other threads:[~2015-11-23 22:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1447209519.git.viresh.kumar@linaro.org>
2015-11-11  2:40 ` [PATCH V3 1/5] PM / OPP: Add "opp-supported-hw" binding Viresh Kumar
2015-11-11  2:40 ` [PATCH V3 2/5] PM / OPP: Add {opp-microvolt|opp-microamp}-<name> binding Viresh Kumar
2015-11-11 20:31   ` Rob Herring
2015-11-12  5:08     ` Viresh Kumar
2015-11-20  5:11       ` Viresh Kumar
2015-11-11  2:40 ` [PATCH V3 3/5] PM / OPP: Remove 'operating-points-names' binding Viresh Kumar
2015-11-11  2:40 ` [PATCH V3 4/5] PM / OPP: Rename OPP nodes as opp@<opp-hz> Viresh Kumar
2015-11-11  2:40 ` [PATCH V3 5/5] ARM: dts: exynos4412: " Viresh Kumar
2015-11-23 23:04   ` Rafael J. Wysocki
2015-11-23 23:10     ` Rafael J. Wysocki [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1527236.7CQ8yZPfHx@vostro.rjw.lan \
    --to=rjw@rjwysocki.net \
    --cc=b.zolnierkie@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=m.szyprowski@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=nm@ti.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®