mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
arm, imx6, i2c: add I2C4 for MX6DL
add I2C4 modul for MX6DL based boards. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
ab87fc6bbd
commit
21a26940f9
5 changed files with 32 additions and 12 deletions
|
@ -517,6 +517,9 @@ static struct mxc_i2c_bus mxc_i2c_buses[] = {
|
|||
{ 0, I2C1_BASE_ADDR },
|
||||
{ 1, I2C2_BASE_ADDR },
|
||||
{ 2, I2C3_BASE_ADDR },
|
||||
#if defined(CONFIG_MX6DL)
|
||||
{ 3, I2C4_BASE_ADDR },
|
||||
#endif
|
||||
#elif defined(CONFIG_LS102XA)
|
||||
{ 0, I2C1_BASE_ADDR, I2C_QUIRK_FLAG },
|
||||
{ 1, I2C2_BASE_ADDR, I2C_QUIRK_FLAG },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue