Skip to content

Commit 23c783b

Browse files
ambarusclaudiubeznea
authored andcommitted
ARM: dts: at91: sam9x60: Disable SHA IP
There are some bugs on the SHA IP on sam9x60 which are not yet handled. On linux4sam-2020.10 CONFIG_CRYPTO_DEV_ATMEL_SHA was disabled, and the driver never probed. Recently it was enabled. Since the hw implementation has a higher priority than the software SHA implementation, the enablement of the SHA driver can introduce regressions. Disable the SHA IP until we'll fix all the reported bugs. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Acked-by: Cristian Birsan <cristian.birsan@microchip.com> [claudiu.beznea: adapt to 5.15] Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent f5e01db commit 23c783b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
291291
dma-names = "tx";
292292
clocks = <&pmc PMC_TYPE_PERIPHERAL 41>;
293293
clock-names = "sha_clk";
294+
status = "disabled";
294295
};
295296

296297
trng: trng@f0030000 {

0 commit comments

Comments
 (0)