diff options
author | 2021-03-31 22:42:26 +0200 | |
---|---|---|
committer | 2021-08-06 09:30:02 +0200 | |
commit | 7b22ec0c72f3be250c36a335e3f5d048f5f47b0e (patch) | |
tree | a430c9b2a4b8b722e32ee38097d82d9b60f75100 | |
parent | ARM: dts: sti: add the spinor controller node within stih407-family (diff) | |
download | wireguard-linux-7b22ec0c72f3be250c36a335e3f5d048f5f47b0e.tar.xz wireguard-linux-7b22ec0c72f3be250c36a335e3f5d048f5f47b0e.zip |
ARM: dts: sti: disable rng11 on the stih418 platform
The rng11 is not available on the STiH418 hence is disabled in the
stih418.dtsi
Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
-rw-r--r-- | arch/arm/boot/dts/stih418.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi index a05e2278b448..39a249983496 100644 --- a/arch/arm/boot/dts/stih418.dtsi +++ b/arch/arm/boot/dts/stih418.dtsi @@ -27,6 +27,10 @@ }; soc { + rng11: rng@8a8a000 { + status = "disabled"; + }; + usb2_picophy1: phy2@0 { compatible = "st,stih407-usb2-phy"; reg = <0 0>; |