Skip to content

Commit 985e563

Browse files
committed
ARM: dts: at91: sam9x60: Enable the crypto IPs
Enable AES, TDES and SHA IPs. Tested with tcrypt. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 7aa3a9b commit 985e563

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
dma-names = "tx";
363363
clocks = <&pmc PMC_TYPE_PERIPHERAL 41>;
364364
clock-names = "sha_clk";
365-
status = "disabled";
365+
status = "okay";
366366
};
367367

368368
trng: trng@f0030000 {
@@ -385,7 +385,7 @@
385385
dma-names = "tx", "rx";
386386
clocks = <&pmc PMC_TYPE_PERIPHERAL 39>;
387387
clock-names = "aes_clk";
388-
status = "disabled";
388+
status = "okay";
389389
};
390390

391391
tdes: tdes@f0038000 {
@@ -401,7 +401,7 @@
401401
dma-names = "tx", "rx";
402402
clocks = <&pmc PMC_TYPE_PERIPHERAL 40>;
403403
clock-names = "tdes_clk";
404-
status = "disabled";
404+
status = "okay";
405405
};
406406

407407
classd: classd@f003c000 {

0 commit comments

Comments
 (0)