Actually one more comment. On 15.07.2014 20:34, Abhilash Kesavan wrote: [snip] > 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. Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html