Re: [PATCH 2/2] configs: am335x_evm: Disable SPL_OF_CONTROL

2022-10-15 Thread Simon Glass
Hi Paul, On Sat, 15 Oct 2022 at 03:19, Paul Barker wrote: > > When CONFIG_SPL_OF_CONFIG is enabled on the BeagleBone Black and the > SanCloud BBE, initialization of the I2C bus in ti_i2c_eeprom_get() > fails. This prevents us from determining the board variant in > enable_board_pin_mux(). As

[PATCH 2/2] configs: am335x_evm: Disable SPL_OF_CONTROL

2022-10-15 Thread Paul Barker
When CONFIG_SPL_OF_CONFIG is enabled on the BeagleBone Black and the SanCloud BBE, initialization of the I2C bus in ti_i2c_eeprom_get() fails. This prevents us from determining the board variant in enable_board_pin_mux(). As pinmux settings are not correctly configured this leads to boot failure.