Re: [PATCH v3 3/7] ARM: dts: Add PPMU device tree support for Exynos5250
From: Abhilash Kesavan <hidden>
Date: 2014-07-16 18:01:07
Also in:
linux-pm
From: Abhilash Kesavan <hidden>
Date: 2014-07-16 18:01:07
Also in:
linux-pm
Hi Tomasz, On Wed, Jul 16, 2014 at 4:26 PM, Tomasz Figa [off-list ref] wrote:
Actually one more comment. On 15.07.2014 20:34, Abhilash Kesavan wrote: [snip]quoted
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 834fb5a..5284f00 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi@@ -778,4 +778,12 @@ clocks = <&clock CLK_SSS>; clock-names = "secss"; }; + + ppmu@10C40000 { + compatible = "samsung,exynos5250-int-busfreq"; + reg = <0x10C40000 0x2000 /* PPMU_DDR_C */ + 0x10C50000 0x2000 /* PPMU_DDR_L */ + 0x10CB0000 0x2000 /* PPMU_DDR_R */ + 0x13660000 0x2000>; /* PPMU_RIGHT */ + }; };Please separate patches adding the binding from patches modifying device tree sources. Those are two logically separate changes.
Will split them in the next version.
Best regards, Tomasz