From: Aaro Koskinen Date: Wed, 25 Mar 2020 21:21:49 +0000 (+0200) Subject: ARM: dts: OMAP3: disable RNG on N950/N9 X-Git-Tag: v5.7-rc3~32^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07bdc492cff6f555538df95e9812fe72e16d154a;p=thirdparty%2Fkernel%2Flinux.git 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: 308607e5545f ("ARM: dts: Configure omap3 rng") Signed-off-by: Aaro Koskinen Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-n950-n9.dtsi b/arch/arm/boot/dts/omap3-n950-n9.dtsi index a075b63f3087d..11d41e86f814d 100644 --- a/arch/arm/boot/dts/omap3-n950-n9.dtsi +++ b/arch/arm/boot/dts/omap3-n950-n9.dtsi @@ -341,6 +341,11 @@ status = "disabled"; }; +/* RNG not directly accessible on N950/N9. */ +&rng_target { + status = "disabled"; +}; + &usb_otg_hs { interface-type = <0>; usb-phy = <&usb2_phy>;