ARM: dts: OMAP3: disable RNG on N950/N9
authorAaro Koskinen <aaro.koskinen@iki.fi>
Wed, 25 Mar 2020 21:21:49 +0000 (23:21 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 26 Mar 2020 17:04:56 +0000 (10:04 -0700)
Like on N900, we cannot access RNG directly on N950/N9. Mark it disabled in
the DTS to allow kernel to boot.

Fixes: 308607e5545f ("ARM: dts: Configure omap3 rng")
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-n950-n9.dtsi

index a075b63..11d41e8 100644 (file)
        status = "disabled";
 };
 
+/* RNG not directly accessible on N950/N9. */
+&rng_target {
+       status = "disabled";
+};
+
 &usb_otg_hs {
        interface-type = <0>;
        usb-phy = <&usb2_phy>;