mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
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>
This commit is contained in:
@@ -1238,7 +1238,7 @@ aes@fc044000 {
|
||||
dma-names = "tx", "rx";
|
||||
clocks = <&aes_clk>;
|
||||
clock-names = "aes_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tdes@fc04c000 {
|
||||
@@ -1252,7 +1252,7 @@ tdes@fc04c000 {
|
||||
dma-names = "tx", "rx";
|
||||
clocks = <&tdes_clk>;
|
||||
clock-names = "tdes_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
sha@fc050000 {
|
||||
@@ -1264,7 +1264,7 @@ sha@fc050000 {
|
||||
dma-names = "tx";
|
||||
clocks = <&sha_clk>;
|
||||
clock-names = "sha_clk";
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
rstc@fc068600 {
|
||||
|
||||
Reference in New Issue
Block a user