Dear Marek, > From: Marek Vasut <ma...@denx.de> > Sent: lundi 27 avril 2020 13:16 > > The commit 132e5b68986d ("ARM: dts: stm32: Split AV96 into DHCOR SoM and > AV96 board") was not applied correctly and in full, and omitted an important > split > of the SoM into 3V3 and 1V8 options. The Avenger96 board is based on the 1V8 > IO option of the DHCOR SoM, however this is an optional modification of the > 3V3 > IO DHCOR SoM with extra on-SoM regulator to cater for the 96boards 1V8 IO > requirements. > > Reinstate the split between the 1V8 and 3V3 IO variants. > > Fixes: 132e5b68986d ("ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 > board") > Signed-off-by: Marek Vasut <ma...@denx.de> > Cc: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org> > Cc: Patrick Delaunay <patrick.delau...@st.com> > Cc: Patrice Chotard <patrice.chot...@st.com> > --- > arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 2 +- > arch/arm/dts/stm32mp15xx-dhcor-io1v8.dtsi | 24 +++++++++++++++++++ > ...hcor.dtsi => stm32mp15xx-dhcor-io3v3.dtsi} | 13 +--------- > 3 files changed, 26 insertions(+), 13 deletions(-) create mode 100644 > arch/arm/dts/stm32mp15xx-dhcor-io1v8.dtsi > rename arch/arm/dts/{stm32mp15xx-dhcor.dtsi => stm32mp15xx-dhcor- > io3v3.dtsi} (94%) >
Reviewed-by: Patrick Delaunay <patrick.delau...@st.com> Thanks Patrick