We use sdk6 BSP AM335x
In u-boot i2c0 is enabled by default , but all of chip on i2c1 such as eeprom, so when I boot, the wrong message are shown below.
U-Boot SPL 2013.01.01-gac86fbc (Nov 07 2014 - 18:38:04)
timed out in wait_for_pin: I2C_STAT=0
Could not probe the EEPROM; something fundamentally wrong on the I2C bus.
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Could not read the EEPROM; something fundamentally wrong on the I2C bus.
timed out in wait_for_pin: I2C_STAT=0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
How do i enable i2c1 default in the u-boot? thank you.