From: Joel Fernandes Date: Tue, 24 Sep 2013 19:37:33 +0000 (-0500) Subject: ARM: dts: AM437X: Add DES node X-Git-Tag: v3.13-rc1~156^2~6^2~3^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=099f3a854832c5d30188783ad48ea9e302fba4f8;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: AM437X: Add DES node AM437x SoC has a DES3DES module similar to the one on OMAP4. Add DT node for the same. Signed-off-by: Joel Fernandes Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 7e9ff75..a403172 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -418,5 +418,12 @@ reg = <0x53501000 0xa0>; interrupts = ; }; + + des: des@53701000 { + compatible = "ti,omap4-des"; + ti,hwmods = "des"; + reg = <0x53701000 0xa0>; + interrupts = ; + }; }; };