diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2022-09-08 10:04:51 +0300 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-09-14 10:23:42 +0300 |
commit | b716f7981e288e1367376903bc948bd9cf404440 (patch) | |
tree | d805fab05b99fc65336b372e6b028f77d70caabe /arch/arm/boot/dts/lan966x-pcb8309.dts | |
parent | 0b7baa1a307fcc66f66d7ca34244ee7a3899f92d (diff) | |
download | linux-b716f7981e288e1367376903bc948bd9cf404440.tar.xz |
ARM: dts: lan966x: disable aes
Disable AES node on lan966x pcb8290, pcb891 and pcb8309 because these
boards have lan966x that uses secure OS which reserves the AES block.
Therefore it can't be exposed to non-secure world.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220908070451.3730608-1-horatiu.vultur@microchip.com
Diffstat (limited to 'arch/arm/boot/dts/lan966x-pcb8309.dts')
-rw-r--r-- | arch/arm/boot/dts/lan966x-pcb8309.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lan966x-pcb8309.dts b/arch/arm/boot/dts/lan966x-pcb8309.dts index cfd7c8933703..c436cd20d4b4 100644 --- a/arch/arm/boot/dts/lan966x-pcb8309.dts +++ b/arch/arm/boot/dts/lan966x-pcb8309.dts @@ -97,6 +97,10 @@ }; }; +&aes { + status = "disabled"; /* Reserved by secure OS */ +}; + &flx3 { atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>; status = "okay"; |