ARM: dts: OMAP3: disable AES on N950/N9
authorAaro Koskinen <aaro.koskinen@iki.fi>
Sun, 29 Nov 2020 14:47:10 +0000 (16:47 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 1 Dec 2020 07:31:42 +0000 (09:31 +0200)
AES needs to be disabled on Nokia N950/N9 as well (HS devices), otherwise
kernel fails to boot.

Fixes: c312f066314e ("ARM: dts: omap3: Migrate AES from hwmods to sysc-omap2")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-n950-n9.dtsi

index 11d41e86f814d26e42249d9ff96ea4c0745d3955..7dde9fbb06d33c83a0e4e5f36e0968ac94e45bfd 100644 (file)
                clock-names = "sysclk";
        };
 };
+
+&aes1_target {
+       status = "disabled";
+};
+
+&aes2_target {
+       status = "disabled";
+};