From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v4 1/8] ARM: dts: Exynos542x/5800: add cluster regulator supply properties Date: Tue, 08 Dec 2015 15:48:57 +0900 Message-ID: <56667D59.4020909@samsung.com> References: <1449512300-17230-1-git-send-email-b.zolnierkie@samsung.com> <1449512300-17230-2-git-send-email-b.zolnierkie@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.w1.samsung.com ([210.118.77.14]:46867 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932820AbbLHGtJ (ORCPT ); Tue, 8 Dec 2015 01:49:09 -0500 In-reply-to: <1449512300-17230-2-git-send-email-b.zolnierkie@samsung.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Bartlomiej Zolnierkiewicz , Thomas Abraham , Sylwester Nawrocki , Mike Turquette , Kukjin Kim , Kukjin Kim , Viresh Kumar , Ben Gamari Cc: Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , Javier Martinez Canillas , Tobias Jakobi , Anand Moon , linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Doug Anderson , Andreas Faerber , Sachin Kamat On 08.12.2015 03:18, Bartlomiej Zolnierkiewicz wrote: > Add cluster regulator supply properties as a preparation to > adding generic cpufreq-dt driver support for Exynos542x and > Exynos5800 based boards. > > Cc: Kukjin Kim > Cc: Doug Anderson > Cc: Javier Martinez Canillas That's Javier's old email, not working any more. I think he same applies to Mike's in CC-list. > Cc: Andreas Faerber > Cc: Sachin Kamat > Cc: Thomas Abraham > Signed-off-by: Bartlomiej Zolnierkiewicz > --- > arch/arm/boot/dts/exynos5420-arndale-octa.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5420-peach-pit.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5420-smdk5420.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5422-odroidxu3.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5422-odroidxu4.dts | 8 ++++++++ > arch/arm/boot/dts/exynos5800-peach-pi.dts | 8 ++++++++ > 7 files changed, 56 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts > index 4ecef69..4229641 100644 > --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts > +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts > @@ -52,6 +52,14 @@ > }; > }; > > +&cpu0 { > + cpu-supply = <&buck2_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck6_reg>; > +}; > + > &usbdrd_dwc3_1 { > dr_mode = "host"; > }; > diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts > index 35cfb07..30f146b 100644 > --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts > +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts > @@ -676,6 +676,14 @@ > }; > }; > > +&cpu0 { > + cpu-supply = <&buck2_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck6_reg>; > +}; > + > &i2c_2 { > status = "okay"; > samsung,i2c-sda-delay = <100>; > diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts > index ac35aef..fdfe4e6 100644 > --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts > +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts > @@ -423,3 +423,11 @@ > &usbdrd_phy1 { > vbus-supply = <&usb301_vbus_reg>; > }; > + > +&cpu0 { > + cpu-supply = <&buck2_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck6_reg>; > +}; > diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts b/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts > index 2ae1cf4..0bfd981 100644 > --- a/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts > @@ -54,6 +54,14 @@ > }; > }; > > +&cpu0 { > + cpu-supply = <&buck6_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck2_reg>; > +}; > + > &pwm { > /* > * PWM 0 -- fan > diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts > index 432406d..b19561c 100644 > --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts > @@ -53,6 +53,14 @@ > }; > }; > > +&cpu0 { > + cpu-supply = <&buck6_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck2_reg>; > +}; > + > &i2c_0 { > status = "okay"; > > diff --git a/arch/arm/boot/dts/exynos5422-odroidxu4.dts b/arch/arm/boot/dts/exynos5422-odroidxu4.dts > index 2faf886..bdc7106 100644 > --- a/arch/arm/boot/dts/exynos5422-odroidxu4.dts > +++ b/arch/arm/boot/dts/exynos5422-odroidxu4.dts > @@ -32,6 +32,14 @@ > }; > }; > > +&cpu0 { > + cpu-supply = <&buck6_reg>; > +}; > + > +&cpu4 { > + cpu-supply = <&buck2_reg>; > +}; > + How about putting these Odroid changes in exynos5422-odroidxu3-common.dtsi? Best regards, Krzysztof