linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>
       [not found] <cover.1447209519.git.viresh.kumar@linaro.org>
@ 2015-11-11  2:40 ` Viresh Kumar
  2015-11-23 23:04   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2015-11-11  2:40 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 200000000 {
 			opp-hz = /bits/ 64 <200000000>;
 			opp-microvolt = <900000>;
 			clock-latency-ns = <200000>;
 		};
-		opp01 {
+		opp at 300000000 {
 			opp-hz = /bits/ 64 <300000000>;
 			opp-microvolt = <900000>;
 			clock-latency-ns = <200000>;
 		};
-		opp02 {
+		opp at 400000000 {
 			opp-hz = /bits/ 64 <400000000>;
 			opp-microvolt = <925000>;
 			clock-latency-ns = <200000>;
 		};
-		opp03 {
+		opp at 500000000 {
 			opp-hz = /bits/ 64 <500000000>;
 			opp-microvolt = <950000>;
 			clock-latency-ns = <200000>;
 		};
-		opp04 {
+		opp at 600000000 {
 			opp-hz = /bits/ 64 <600000000>;
 			opp-microvolt = <975000>;
 			clock-latency-ns = <200000>;
 		};
-		opp05 {
+		opp at 700000000 {
 			opp-hz = /bits/ 64 <700000000>;
 			opp-microvolt = <987500>;
 			clock-latency-ns = <200000>;
 		};
-		opp06 {
+		opp at 800000000 {
 			opp-hz = /bits/ 64 <800000000>;
 			opp-microvolt = <1000000>;
 			clock-latency-ns = <200000>;
 			opp-suspend;
 		};
-		opp07 {
+		opp at 900000000 {
 			opp-hz = /bits/ 64 <900000000>;
 			opp-microvolt = <1037500>;
 			clock-latency-ns = <200000>;
 		};
-		opp08 {
+		opp at 1000000000 {
 			opp-hz = /bits/ 64 <1000000000>;
 			opp-microvolt = <1087500>;
 			clock-latency-ns = <200000>;
 		};
-		opp09 {
+		opp at 1100000000 {
 			opp-hz = /bits/ 64 <1100000000>;
 			opp-microvolt = <1137500>;
 			clock-latency-ns = <200000>;
 		};
-		opp10 {
+		opp at 1200000000 {
 			opp-hz = /bits/ 64 <1200000000>;
 			opp-microvolt = <1187500>;
 			clock-latency-ns = <200000>;
 		};
-		opp11 {
+		opp at 1300000000 {
 			opp-hz = /bits/ 64 <1300000000>;
 			opp-microvolt = <1250000>;
 			clock-latency-ns = <200000>;
 		};
-		opp12 {
+		opp at 1400000000 {
 			opp-hz = /bits/ 64 <1400000000>;
 			opp-microvolt = <1287500>;
 			clock-latency-ns = <200000>;
 		};
-		opp13 {
+		opp at 1500000000 {
 			opp-hz = /bits/ 64 <1500000000>;
 			opp-microvolt = <1350000>;
 			clock-latency-ns = <200000>;
-- 
2.6.2.198.g614a2ac

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>
  2015-11-11  2:40 ` [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> Viresh Kumar
@ 2015-11-23 23:04   ` Rafael J. Wysocki
  2015-11-23 23:10     ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael J. Wysocki @ 2015-11-23 23:04 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 200000000 {
>  			opp-hz = /bits/ 64 <200000000>;
>  			opp-microvolt = <900000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp01 {
> +		opp at 300000000 {
>  			opp-hz = /bits/ 64 <300000000>;
>  			opp-microvolt = <900000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp02 {
> +		opp at 400000000 {
>  			opp-hz = /bits/ 64 <400000000>;
>  			opp-microvolt = <925000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp03 {
> +		opp at 500000000 {
>  			opp-hz = /bits/ 64 <500000000>;
>  			opp-microvolt = <950000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp04 {
> +		opp at 600000000 {
>  			opp-hz = /bits/ 64 <600000000>;
>  			opp-microvolt = <975000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp05 {
> +		opp at 700000000 {
>  			opp-hz = /bits/ 64 <700000000>;
>  			opp-microvolt = <987500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp06 {
> +		opp at 800000000 {
>  			opp-hz = /bits/ 64 <800000000>;
>  			opp-microvolt = <1000000>;
>  			clock-latency-ns = <200000>;
>  			opp-suspend;
>  		};
> -		opp07 {
> +		opp at 900000000 {
>  			opp-hz = /bits/ 64 <900000000>;
>  			opp-microvolt = <1037500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp08 {
> +		opp at 1000000000 {
>  			opp-hz = /bits/ 64 <1000000000>;
>  			opp-microvolt = <1087500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp09 {
> +		opp at 1100000000 {
>  			opp-hz = /bits/ 64 <1100000000>;
>  			opp-microvolt = <1137500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp10 {
> +		opp at 1200000000 {
>  			opp-hz = /bits/ 64 <1200000000>;
>  			opp-microvolt = <1187500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp11 {
> +		opp at 1300000000 {
>  			opp-hz = /bits/ 64 <1300000000>;
>  			opp-microvolt = <1250000>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp12 {
> +		opp at 1400000000 {
>  			opp-hz = /bits/ 64 <1400000000>;
>  			opp-microvolt = <1287500>;
>  			clock-latency-ns = <200000>;
>  		};
> -		opp13 {
> +		opp at 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.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>
  2015-11-23 23:04   ` Rafael J. Wysocki
@ 2015-11-23 23:10     ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2015-11-23 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 200000000 {
> >  			opp-hz = /bits/ 64 <200000000>;
> >  			opp-microvolt = <900000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp01 {
> > +		opp at 300000000 {
> >  			opp-hz = /bits/ 64 <300000000>;
> >  			opp-microvolt = <900000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp02 {
> > +		opp at 400000000 {
> >  			opp-hz = /bits/ 64 <400000000>;
> >  			opp-microvolt = <925000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp03 {
> > +		opp at 500000000 {
> >  			opp-hz = /bits/ 64 <500000000>;
> >  			opp-microvolt = <950000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp04 {
> > +		opp at 600000000 {
> >  			opp-hz = /bits/ 64 <600000000>;
> >  			opp-microvolt = <975000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp05 {
> > +		opp at 700000000 {
> >  			opp-hz = /bits/ 64 <700000000>;
> >  			opp-microvolt = <987500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp06 {
> > +		opp at 800000000 {
> >  			opp-hz = /bits/ 64 <800000000>;
> >  			opp-microvolt = <1000000>;
> >  			clock-latency-ns = <200000>;
> >  			opp-suspend;
> >  		};
> > -		opp07 {
> > +		opp at 900000000 {
> >  			opp-hz = /bits/ 64 <900000000>;
> >  			opp-microvolt = <1037500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp08 {
> > +		opp at 1000000000 {
> >  			opp-hz = /bits/ 64 <1000000000>;
> >  			opp-microvolt = <1087500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp09 {
> > +		opp at 1100000000 {
> >  			opp-hz = /bits/ 64 <1100000000>;
> >  			opp-microvolt = <1137500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp10 {
> > +		opp at 1200000000 {
> >  			opp-hz = /bits/ 64 <1200000000>;
> >  			opp-microvolt = <1187500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp11 {
> > +		opp at 1300000000 {
> >  			opp-hz = /bits/ 64 <1300000000>;
> >  			opp-microvolt = <1250000>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp12 {
> > +		opp at 1400000000 {
> >  			opp-hz = /bits/ 64 <1400000000>;
> >  			opp-microvolt = <1287500>;
> >  			clock-latency-ns = <200000>;
> >  		};
> > -		opp13 {
> > +		opp at 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-23 23:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <cover.1447209519.git.viresh.kumar@linaro.org>
2015-11-11  2:40 ` [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> Viresh Kumar
2015-11-23 23:04   ` Rafael J. Wysocki
2015-11-23 23:10     ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).