ARM: dts: lan966x: disable aes
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Thu, 8 Sep 2022 07:04:51 +0000 (09:04 +0200)
committerClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 14 Sep 2022 07:23:42 +0000 (10:23 +0300)
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
arch/arm/boot/dts/lan966x-pcb8290.dts
arch/arm/boot/dts/lan966x-pcb8291.dts
arch/arm/boot/dts/lan966x-pcb8309.dts

index 2e09118..77187f5 100644 (file)
        };
 };
 
+&aes {
+       status = "disabled"; /* Reserved by secure OS */
+};
+
 &gpio {
        miim_a_pins: mdio-pins {
                /* MDC, MDIO */
index 289a316..f4f054c 100644 (file)
        };
 };
 
+&aes {
+       status = "disabled"; /* Reserved by secure OS */
+};
+
 &gpio {
        fc3_b_pins: fc3-b-pins {
                /* RX, TX */
index cfd7c89..c436cd2 100644 (file)
        };
 };
 
+&aes {
+       status = "disabled"; /* Reserved by secure OS */
+};
+
 &flx3 {
        atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
        status = "okay";