summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/snowball.dts
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-05-16 11:27:22 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 12:07:13 (GMT)
commit61122cf27d38e541e48a47d6dece9a50be3588a0 (patch)
tree75d07dc691feb81e34cc743b37b1b767989a9710 /arch/arm/boot/dts/snowball.dts
parentfe2e9f921fd7d09984432f79928d79d5516d9b48 (diff)
downloadlinux-fsl-qoriq-61122cf27d38e541e48a47d6dece9a50be3588a0.tar.xz
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/snowball.dts')
-rw-r--r--arch/arm/boot/dts/snowball.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index 2740bb1..bda002f 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -360,5 +360,9 @@
cryp@a03cb000 {
status = "okay";
};
+
+ hash@a03c2000 {
+ status = "okay";
+ };
};
};