Patch "ARM: dts: OMAP3: disable RNG on N950/N9" has been added to the 5.6-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: OMAP3: disable RNG on N950/N9

to the 5.6-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-omap3-disable-rng-on-n950-n9.patch
and it can be found in the queue-5.6 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 559781d6c3c81a6888de0790e105f74246986690
Author: Aaro Koskinen <aaro.koskinen@xxxxxx>
Date:   Wed Mar 25 23:21:49 2020 +0200

    ARM: dts: OMAP3: disable RNG on N950/N9
    
    commit 07bdc492cff6f555538df95e9812fe72e16d154a upstream.
    
    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@xxxxxx>
    Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>
    Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

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>;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux