ARM: dts: stm32: Move vdd_io extras into Avenger96 extras
authorMarek Vasut <marex@denx.de>
Thu, 3 Feb 2022 01:49:29 +0000 (02:49 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 15 Mar 2022 08:15:10 +0000 (09:15 +0100)
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: 3919aa1722a ("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>
arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi

index 6e6543b..5bed53e 100644 (file)
        u-boot,force-b-session-valid;
        hnp-srp-disable;
 };
+
+&vdd_io {
+       u-boot,dm-spl;
+};
index cd3190c..19f4221 100644 (file)
        u-boot,dm-spl;
 };
 
-&vdd_io {
-       u-boot,dm-spl;
-};
-
 &vdd_usb {
        u-boot,dm-spl;
 };