From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Apr 2020 12:29:47 +0200 Subject: [PATCH V3 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board In-Reply-To: <0f735b433263478da7c9a5c794a5f804@SFHDAG6NODE3.st.com> References: <20200331175136.205020-1-marex@denx.de> <20200331175136.205020-15-marex@denx.de> <0f735b433263478da7c9a5c794a5f804@SFHDAG6NODE3.st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/24/20 4:31 PM, Patrick DELAUNAY wrote: > Dear Marek, > >> From: Marek Vasut >> Sent: mardi 31 mars 2020 19:52 >> >> The AV96 is in fact an assembly of DH Electronics DHCOR SoM on top of an >> AV96 reference board. Split the DTs to reflect that and make sure to DHCOR SoM >> can be reused on other boards easily. >> >> It is also highly recommended to configure the board for the DHCOM make >> stm32mp15_dhcom_basic_defconfig make DEVICE_TREE=stm32mp15xx-dhcor- >> avenger96 >> as that permits reusing the board code for the DH components, like accessing and >> reading out the ethernet MAC from EEPROM. >> >> Signed-off-by: Marek Vasut >> Cc: Manivannan Sadhasivam >> Cc: Patrick Delaunay >> Cc: Patrice Chotard >> --- >> V2: No change >> V3: No change >> --- > > Applied to u-boot-stm/master, with few modifications: > > arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi > > - > -&v3v3 { > - regulator-always-on; > -}; It seems this patch was applied incorrectly and the 1V8 and 3V3 differentiation between the SoMs is completely missing from mainline. I will send a subsequent patch to correct that.