Re: [U-Boot] [PATCH] board: am335x/mux: configure the pins for 8-bit data transfer on MMC1

2019-06-05 Thread Tom Rini
On Thu, May 23, 2019 at 02:07:23PM +0200, Jean-Jacques Hiblot wrote: > This is required for proper operation of the 8-bit data transfers. > This fixes transient errors seen on BeagleBone Black. > > Signed-off-by: Jean-Jacques Hiblot Applied to u-boot/master, thanks! -- Tom signature.asc

[U-Boot] [PATCH] board: am335x/mux: configure the pins for 8-bit data transfer on MMC1

2019-05-23 Thread Jean-Jacques Hiblot
This is required for proper operation of the 8-bit data transfers. This fixes transient errors seen on BeagleBone Black. Signed-off-by: Jean-Jacques Hiblot --- board/ti/am335x/mux.c | 4 1 file changed, 4 insertions(+) diff --git a/board/ti/am335x/mux.c b/board/ti/am335x/mux.c index