aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/dbx5x0.dtsi
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-16 12:27:22 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 14:07:13 +0200
commit61122cf27d38e541e48a47d6dece9a50be3588a0 (patch)
tree75d07dc691feb81e34cc743b37b1b767989a9710 /arch/arm/boot/dts/dbx5x0.dtsi
parentARM: ux500: Add Device Tree nodes for the ux500 Crypt device (diff)
downloadlinux-dev-61122cf27d38e541e48a47d6dece9a50be3588a0.tar.xz
linux-dev-61122cf27d38e541e48a47d6dece9a50be3588a0.zip
ARM: ux500: Add Device Tree nodes for the ux500 Hash device
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>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/dbx5x0.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index d03b3ab0c726..f05196366690 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -764,5 +764,13 @@
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";
+ };
};
};