Skip to content

Commit 07bdc49

Browse files
aakoskintmlind
authored andcommitted
ARM: dts: OMAP3: disable RNG on N950/N9
Like on N900, we cannot access RNG directly on N950/N9. Mark it disabled in the DTS to allow kernel to boot. Fixes: 308607e ("ARM: dts: Configure omap3 rng") Signed-off-by: Aaro Koskinen <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent dfa7ea3 commit 07bdc49

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)