]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 6e6543b5e4a0b2d42c1b2365cbcac7be2d9ff269..5bed53e3fdb91756dafe9c04cfde87a14161ba94 100644 (file)
        u-boot,force-b-session-valid;
        hnp-srp-disable;
 };
+
+&vdd_io {
+       u-boot,dm-spl;
+};
index cd3190cca68bf6157c6db7f688974636e32a2135..19f4221f87631ef9459483c2a4f020bb8562a59f 100644 (file)
        u-boot,dm-spl;
 };
 
-&vdd_io {
-       u-boot,dm-spl;
-};
-
 &vdd_usb {
        u-boot,dm-spl;
 };