Commit c2d80bbd authored by Tom Rini's avatar Tom Rini
Browse files

Merge tag 'ti-v2021.01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti

- Fix I2C speed for Nokia RX51
parents d8ab0fe5 a8ef64e4
...@@ -704,9 +704,9 @@ void board_mmc_power_init(void) ...@@ -704,9 +704,9 @@ void board_mmc_power_init(void)
} }
static const struct omap_i2c_platdata rx51_i2c[] = { 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_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) = { U_BOOT_DEVICES(rx51_i2c) = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment