diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2020-11-29 15:47:10 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-12-01 08:31:42 +0100 |
commit | f1dc15cd7fc146107cad2a926d9c1d005f69002a (patch) | |
tree | ba90c9e907a6a1079ab519e197c671b6ebcadc81 /arch/arm/boot/dts/omap3-n950-n9.dtsi | |
parent | ARM: dts: dra76x: m_can: fix order of clocks (diff) | |
download | linux-f1dc15cd7fc146107cad2a926d9c1d005f69002a.tar.xz linux-f1dc15cd7fc146107cad2a926d9c1d005f69002a.zip |
ARM: dts: OMAP3: disable AES on N950/N9
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>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n950-n9.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-n950-n9.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index 11d41e86f814..7dde9fbb06d3 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -494,3 +494,11 @@ clock-names = "sysclk"; }; }; + +&aes1_target { + status = "disabled"; +}; + +&aes2_target { + status = "disabled"; +}; |