Re: [U-Boot] [PATCH 1/2] gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag

2018-03-15 Thread Tom Rini
On Thu, Mar 15, 2018 at 09:11:34PM +0530, Faiz Abbas wrote: > With DM enabled in SPL, DM_FLAG_PRE_RELOC is required for > the omap_gpio driver to be bound to the gpio devices. > > Therefore, add DM_FLAG_PRE_RELOC flag to the omap_gpio driver. > > Signed-off-by: Faiz Abbas

[U-Boot] [PATCH 1/2] gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag

2018-03-15 Thread Faiz Abbas
With DM enabled in SPL, DM_FLAG_PRE_RELOC is required for the omap_gpio driver to be bound to the gpio devices. Therefore, add DM_FLAG_PRE_RELOC flag to the omap_gpio driver. Signed-off-by: Faiz Abbas --- drivers/gpio/omap_gpio.c | 1 + 1 file changed, 1 insertion(+) diff