Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Aaro Koskinen and committed by
Tony Lindgren
f1dc15cd 05d5de6b

+8
+8
arch/arm/boot/dts/omap3-n950-n9.dtsi
··· 494 494 clock-names = "sysclk"; 495 495 }; 496 496 }; 497 + 498 + &aes1_target { 499 + status = "disabled"; 500 + }; 501 + 502 + &aes2_target { 503 + status = "disabled"; 504 + };