Skip to content

Commit d6b0a5b

Browse files
committed
Merge tag 'omap-for-v5.6/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
Boot regression fix for N950/N9 We need to tag RNG as disabled for N950/N9 as it blocked by the secure mode. We have a similar change done for N900, but I missed adding it for N950/N9 with the recent RNG changes. * tag 'omap-for-v5.6/fixes-rc7-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: ARM: dts: OMAP3: disable RNG on N950/N9 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 4517f48 + 07bdc49 commit d6b0a5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@
341341
status = "disabled";
342342
};
343343

344+
/* RNG not directly accessible on N950/N9. */
345+
&rng_target {
346+
status = "disabled";
347+
};
348+
344349
&usb_otg_hs {
345350
interface-type = <0>;
346351
usb-phy = <&usb2_phy>;

0 commit comments

Comments
 (0)