summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/snowball.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-05-24 06:36:41 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-05-27 12:07:58 (GMT)
commit12b1843c1a9e7a26762bd47a62a04d2fedc54466 (patch)
tree7229820792515900ada28a4e1666353618b5162e /arch/arm/boot/dts/snowball.dts
parentf016d440e64c98acf993a8f9b1a07d9e8da406b6 (diff)
downloadlinux-fsl-qoriq-12b1843c1a9e7a26762bd47a62a04d2fedc54466.tar.xz
ARM: ux500: enable the crypto and hash on all dbx500
Commits: "ARM: ux500: Add Device Tree nodes for the ux500 Crypt device" "ARM: ux500: Add Device Tree nodes for the ux500 Hash device" Added the crypto and hash devices conditionally, i.e. so as to be turned on per-board by setting an "status" property on the device from "disabled" to "okay" on each device. This is wrong since this is an SoC feature, it is not board dependent. It is the same ASIC under all circumstances and functionality does not vary with board family. This moves the enablement into the SoC file. Acked-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.dts8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index bda002f..e8219cc7 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -356,13 +356,5 @@
};
};
};
-
- cryp@a03cb000 {
- status = "okay";
- };
-
- hash@a03c2000 {
- status = "okay";
- };
};
};