ARM: ux500: Add Device Tree nodes for the ux500 Hash device
authorLee Jones <lee.jones@linaro.org>
Thu, 16 May 2013 11:27:22 +0000 (12:27 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:07:13 +0000 (14:07 +0200)
This patch provides information required to setup ux500-hash when
booting with DT on the Snowball low-cost development platform.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi
arch/arm/boot/dts/snowball.dts

index d03b3ab0c7265afcf06e1396e95cdaff67389887..f0519636669076b3eafba6cfafabd7133fd6ec7d 100644 (file)
                        v-ape-supply = <&db8500_vape_reg>;
                        status = "disabled";
                };
+
+               hash@a03c2000 {
+                       compatible = "stericsson,ux500-hash";
+                       reg = <0xa03c2000 0x1000>;
+
+                       v-ape-supply = <&db8500_vape_reg>;
+                       status = "disabled";
+               };
        };
 };
index 2740bb1293fbd033cc2793029220be6426bd22a3..bda002f83a33b5bbd8ca87455de8c17b88463841 100644 (file)
                cryp@a03cb000 {
                        status = "okay";
                };
+
+               hash@a03c2000 {
+                       status = "okay";
+               };
        };
 };