From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 1 Apr 2020 09:54:35 +0000 Subject: [PATCH V3 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96 In-Reply-To: <20200331175136.205020-2-marex@denx.de> References: <20200331175136.205020-1-marex@denx.de> <20200331175136.205020-2-marex@denx.de> Message-ID: <0ed0f5db3a1e4c8ca9f583da4ce3dc8d@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > From: Marek Vasut > Sent: mardi 31 mars 2020 19:51 > > The sdmmc1_dir_pins_a: sdmmc1-dir-0 layout changed in commit 35a54d41d9d4 > ("ARM: dts: stm32mp1: sync device tree with v5.2-rc4") such that pins{}; became > pins1{};pins2{};, however the SPL extras were not updated to reflect that change. > Fix this. > > This fixes booting from SD1 X9 slot on the AV96 board. > > Reviewed-by: Patrice Chotard > Reviewed-by: Patrick Delaunay > Fixes: 35a54d41d9d4 ("ARM: dts: stm32mp1: sync device tree with v5.2-rc4") > Signed-off-by: Marek Vasut > Cc: Manivannan Sadhasivam > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > V2: Adjust patch subject > V3: No change > --- Applied to u-boot-stm/master, thanks! Regards Patrick