Hi Lukasz, On 19 April 2013 22:08, Lukasz Majewski <l.majewski@xxxxxxxxxxx> wrote: > Device tree support for TMU at Exynos4x12 targets. > > Signed-off-by: Lukasz Majewski <l.majewski@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> nit: Subject for these kind of patches should start with "ARM: dts: ..." Otherwise looks good to me. > --- > arch/arm/boot/dts/exynos4x12.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi > index e3380a7..ee920b3 100644 > --- a/arch/arm/boot/dts/exynos4x12.dtsi > +++ b/arch/arm/boot/dts/exynos4x12.dtsi > @@ -79,4 +79,14 @@ > interrupts = <0 89 0>; > status = "disabled"; > }; > + > + tmu@100C0000 { > + compatible = "samsung,exynos4412-tmu"; > + interrupt-parent = <&combiner>; > + reg = <0x100C0000 0x100>; > + interrupts = <2 4>; > + clocks = <&clock 383>; > + clock-names = "tmu_apbif"; > + status = "disabled"; > + }; > }; > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- With warm regards, Sachin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html