Skip to content

Commit

Permalink
ARM: at91/dt: sama5d4: enable crypto nodes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Ferre committed Sep 18, 2015
1 parent 679f8d9 commit 4288ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm/boot/dts/sama5d4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
dma-names = "tx", "rx";
clocks = <&aes_clk>;
clock-names = "aes_clk";
status = "disabled";
status = "okay";
};

tdes@fc04c000 {
Expand All @@ -1252,7 +1252,7 @@
dma-names = "tx", "rx";
clocks = <&tdes_clk>;
clock-names = "tdes_clk";
status = "disabled";
status = "okay";
};

sha@fc050000 {
Expand All @@ -1264,7 +1264,7 @@
dma-names = "tx";
clocks = <&sha_clk>;
clock-names = "sha_clk";
status = "disabled";
status = "okay";
};

rstc@fc068600 {
Expand Down

0 comments on commit 4288ac7

Please sign in to comment.