Re: [U-Boot] [PATCH 4/4] mmc: davinci: fix mmc boot in SPL

2019-12-03 Thread Tom Rini
On Thu, Nov 14, 2019 at 04:10:31PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The MMC boot is currently broken on omapl138-lcdk after enabling the > driver model in SPL. The main problem is the driver's bind callback not > being called after probe in SPL (even with the

[U-Boot] [PATCH 4/4] mmc: davinci: fix mmc boot in SPL

2019-11-14 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The MMC boot is currently broken on omapl138-lcdk after enabling the driver model in SPL. The main problem is the driver's bind callback not being called after probe in SPL (even with the DM_FLAG_PRE_RELOC flag specified). While a proper fix is still being worked on,