1
0
Fork 0

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: c312f06631 ("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>
zero-sugar-mainline-defconfig
Aaro Koskinen 2020-11-29 16:47:10 +02:00 committed by Tony Lindgren
parent 05d5de6ba7
commit f1dc15cd7f
1 changed files with 8 additions and 0 deletions

View File

@ -494,3 +494,11 @@
clock-names = "sysclk";
};
};
&aes1_target {
status = "disabled";
};
&aes2_target {
status = "disabled";
};