[PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras
Patrice CHOTARD
patrice.chotard at foss.st.com
Tue Mar 15 09:16:07 CET 2022
Hi Marek
On 2/3/22 02:49, Marek Vasut wrote:
> 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 at denx.de>
> Cc: Patrice Chotard <patrice.chotard at foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
> ---
> arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi | 4 ++++
> arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 4 ----
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
> index 4b1dbf08387..dd6be7fc3c7 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
> @@ -95,3 +95,7 @@
> u-boot,force-b-session-valid;
> hnp-srp-disable;
> };
> +
> +&vdd_io {
> + u-boot,dm-spl;
> +};
> diff --git a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> index ff9ca625bf5..704939d18ae 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> +++ b/arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi
> @@ -195,10 +195,6 @@
> u-boot,dm-spl;
> };
>
> -&vdd_io {
> - u-boot,dm-spl;
> -};
> -
> &vdd_usb {
> u-boot,dm-spl;
> };
Applied to u-boot-stm32
Thanks
Patrice
More information about the U-Boot
mailing list