
15 Mar
2018
15 Mar
'18
4:41 p.m.
am335x standard kit boards with rev >= 1.2A require gpio support to enable DDR in SPL. This was failing because gpio drivers were not getting bound to the gpio devices in SPL.
These patches fix this issue.
Faiz Abbas (2): gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag configs: am335x_evm: Increase SPL_SYS_MALLOC_F_LEN to accomodate gpio_devices
configs/am335x_evm_defconfig | 1 + configs/am335x_hs_evm_defconfig | 1 + drivers/gpio/omap_gpio.c | 1 + 3 files changed, 3 insertions(+)
--
2.7.4