diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-05-16 15:27:21 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 16:07:13 +0400 |
commit | fe2e9f921fd7d09984432f79928d79d5516d9b48 (patch) | |
tree | d95555589d31be4581e08fc3139173d6661d554e /arch/arm/boot/dts/snowball.dts | |
parent | 2bd7378f9caa380790ce0cddc0b4547bce14ec06 (diff) | |
download | linux-fe2e9f921fd7d09984432f79928d79d5516d9b48.tar.xz |
ARM: ux500: Add Device Tree nodes for the ux500 Crypt device
This patch provides information required to setup ux500-crypt 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.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index e8219cc7683e..2740bb1293fb 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -356,5 +356,9 @@ }; }; }; + + cryp@a03cb000 { + status = "okay"; + }; }; }; |