mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08:00
Merge tag 'ti-v2021.01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
- Fix I2C speed for Nokia RX51
This commit is contained in:
commit
c2d80bbde8
@ -704,9 +704,9 @@ void board_mmc_power_init(void)
|
||||
}
|
||||
|
||||
static const struct omap_i2c_platdata rx51_i2c[] = {
|
||||
{ I2C_BASE1, 2200000, OMAP_I2C_REV_V1 },
|
||||
{ I2C_BASE1, 100000, OMAP_I2C_REV_V1 },
|
||||
{ I2C_BASE2, 100000, OMAP_I2C_REV_V1 },
|
||||
{ I2C_BASE3, 400000, OMAP_I2C_REV_V1 },
|
||||
{ I2C_BASE3, 100000, OMAP_I2C_REV_V1 },
|
||||
};
|
||||
|
||||
U_BOOT_DEVICES(rx51_i2c) = {
|
||||
|
Loading…
Reference in New Issue
Block a user