diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-04-07 15:28:53 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-09-18 16:59:57 +0300 |
commit | 4288ac7b882d2669fe4b795971392aadb7168fa8 (patch) | |
tree | f70d46e51db5bab9e98bf5bab65c3434e538ef3b /arch/arm/boot/dts/sama5d4.dtsi | |
parent | 679f8d92bb015cfe2af4fddbe22a6689609c4ec6 (diff) | |
download | linux-4288ac7b882d2669fe4b795971392aadb7168fa8.tar.xz |
ARM: at91/dt: sama5d4: enable crypto nodes
The crypto modules will provide HW AES/TDES/SHA for any sama5d4 board. Enable
them by default.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/sama5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d4.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index c367153eed40..9760a7549f90 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1238,7 +1238,7 @@ dma-names = "tx", "rx"; clocks = <&aes_clk>; clock-names = "aes_clk"; - status = "disabled"; + status = "okay"; }; tdes@fc04c000 { @@ -1252,7 +1252,7 @@ dma-names = "tx", "rx"; clocks = <&tdes_clk>; clock-names = "tdes_clk"; - status = "disabled"; + status = "okay"; }; sha@fc050000 { @@ -1264,7 +1264,7 @@ dma-names = "tx"; clocks = <&sha_clk>; clock-names = "sha_clk"; - status = "disabled"; + status = "okay"; }; rstc@fc068600 { |