Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-03-15 Thread Marek Vasut
On 3/15/22 09:16, Patrice CHOTARD wrote: 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:

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-03-15 Thread Patrice CHOTARD
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 D

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-03-11 Thread Marek Vasut
On 3/11/22 11:14, Patrice CHOTARD wrote: Hi Marek Hi, On 3/11/22 10:19, Marek Vasut wrote: On 2/10/22 17:32, Patrick DELAUNAY wrote: Hi, Hi, 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 p

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-03-11 Thread Patrice CHOTARD
Hi Marek On 3/11/22 10:19, Marek Vasut wrote: > On 2/10/22 17:32, Patrick DELAUNAY wrote: >> Hi, > > Hi, > >> 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 the

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-03-11 Thread Marek Vasut
On 2/10/22 17:32, Patrick DELAUNAY wrote: Hi, Hi, 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 ("A

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-02-10 Thread Patrick DELAUNAY
Hi, 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

Re: [PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-02-02 Thread Patrice CHOTARD
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 D

[PATCH] ARM: dts: stm32: Move vdd_io extras into Avenger96 extras

2022-02-02 Thread Marek Vasut
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 Cc: Patrice