ARM: dts: stm32: Fix AV96 and DHCOR split
authorMarek Vasut <marex@denx.de>
Mon, 27 Apr 2020 11:16:02 +0000 (13:16 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Thu, 14 May 2020 07:02:12 +0000 (09:02 +0200)
commit1ca501741831e3ab8366ddd4d7f74f27e5fe14c6
tree1dc3e3701bdf7716eafe4b6584039b911b125a62
parent5eff168470a353f3397a0bf43e87c8830fe5bbbd
ARM: dts: stm32: Fix AV96 and DHCOR split

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 <marex@denx.de>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts
arch/arm/dts/stm32mp15xx-dhcor-io1v8.dtsi [new file with mode: 0644]
arch/arm/dts/stm32mp15xx-dhcor-io3v3.dtsi [new file with mode: 0644]
arch/arm/dts/stm32mp15xx-dhcor.dtsi [deleted file]