Skip to content

Commit f1dc15c

Browse files
aakoskintmlind
authored andcommitted
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: c312f06 ("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>
1 parent 05d5de6 commit f1dc15c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm/boot/dts/omap3-n950-n9.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,3 +494,11 @@
494494
clock-names = "sysclk";
495495
};
496496
};
497+
498+
&aes1_target {
499+
status = "disabled";
500+
};
501+
502+
&aes2_target {
503+
status = "disabled";
504+
};

0 commit comments

Comments
 (0)