From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Tue, 31 Mar 2020 12:44:28 +0000 Subject: [PATCH V2 05/14] ARM: dts: stm32: Repair SDMMC2 operation In-Reply-To: <20200331004851.282583-6-marex@denx.de> References: <20200331004851.282583-1-marex@denx.de> <20200331004851.282583-6-marex@denx.de> 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 Hi Marek, > From: Marek Vasut > Sent: mardi 31 mars 2020 02:49 > > The eMMC uses different pinmux for the top four data lines, use such a pinmux, > otherwise it takes a very long time until the test for 8bit operation times out. And > this is the correct pinmux per schematic too. > > Signed-off-by: Marek Vasut > Cc: Patrick Delaunay > Cc: Patrice Chotard > --- > V2: Update also the -u-boot.dtsi to match this change > --- Reviewed-by: Patrick Delaunay Thanks Patrick