ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

The vdd_io regulator is present only on DHCOR SoM configured for 1V8 IO,
as populated on Avenger96, but not present on 3V3 DHCOR SoM. Move these
extras to Avenger96 u-boot DT extras.

Fixes: 3919aa1722 ("ARM: dts: stm32: Add DFU support for DHCOR recovery")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
Marek Vasut 2022-02-03 02:49:29 +01:00 committed by Patrice Chotard
parent 27f6c653ae
commit 9a8996df05
2 changed files with 4 additions and 4 deletions

View file

@ -101,3 +101,7 @@
u-boot,force-b-session-valid;
hnp-srp-disable;
};
&vdd_io {
u-boot,dm-spl;
};

View file

@ -203,10 +203,6 @@
u-boot,dm-spl;
};
&vdd_io {
u-boot,dm-spl;
};
&vdd_usb {
u-boot,dm-spl;
};