Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alain Volmat and committed by
Patrice Chotard
7b22ec0c 5d296faf

+4
+4
arch/arm/boot/dts/stih418.dtsi
··· 27 27 }; 28 28 29 29 soc { 30 + rng11: rng@8a8a000 { 31 + status = "disabled"; 32 + }; 33 + 30 34 usb2_picophy1: phy2@0 { 31 35 compatible = "st,stih407-usb2-phy"; 32 36 reg = <0 0>;