Skip to content

Commit

Permalink
ARM: dts: OMAP3: disable AES on N950/N9
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
aakoskin authored and tmlind committed Dec 1, 2020
1 parent 05d5de6 commit f1dc15c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/omap3-n950-n9.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -494,3 +494,11 @@
clock-names = "sysclk";
};
};

&aes1_target {
status = "disabled";
};

&aes2_target {
status = "disabled";
};

0 comments on commit f1dc15c

Please sign in to comment.