projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa7ea3
)
ARM: dts: OMAP3: disable RNG on N950/N9
author
Aaro Koskinen
<aaro.koskinen@iki.fi>
Wed, 25 Mar 2020 21:21:49 +0000
(23:21 +0200)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap3-n950-n9.dtsi
b/arch/arm/boot/dts/omap3-n950-n9.dtsi
index a075b63f3087d110a709d3dbfbe3186e513dfb4e..11d41e86f814d26e42249d9ff96ea4c0745d3955 100644
(file)
--- 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>;