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>
This commit is contained in:
parent
5d296faf3f
commit
7b22ec0c72
|
@ -27,6 +27,10 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
rng11: rng@8a8a000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb2_picophy1: phy2@0 {
|
||||
compatible = "st,stih407-usb2-phy";
|
||||
reg = <0 0>;
|
||||
|
|
Loading…
Reference in New Issue