commit | c16d716897bd81732b684092dd457d75207accba | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Thu Mar 15 21:11:34 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 22 16:32:30 2018 -0400 |
tree | 77da2471b3d3742f3c87aa0d05f17a997bd46bc3 | |
parent | 42b66b3c839252ad73bbf67e70e456a191eff590 [diff] |
gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag 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 <faiz_abbas@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>