mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
imx: ventana: add gpio setup to SPL
If the SPL is to be used for Falcon mode then we need to make sure it configures basic GPIO (iomux, padconf, and default output levels). Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
2089b7be2b
commit
c4b44d7699
1 changed files with 3 additions and 0 deletions
|
@ -510,6 +510,9 @@ void board_init_f(ulong dummy)
|
|||
/* read/validate EEPROM info to determine board model and SDRAM cfg */
|
||||
board_model = read_eeprom(CONFIG_I2C_GSC, &ventana_info);
|
||||
|
||||
/* configure model-specific gpio */
|
||||
setup_iomux_gpio(board_model, &ventana_info);
|
||||
|
||||
/* provide some some default: 32bit 128MB */
|
||||
if (GW_UNKNOWN == board_model) {
|
||||
ventana_info.sdram_width = 2;
|
||||
|
|
Loading…
Add table
Reference in a new issue