[U-Boot] [PATCH 7/9] mxc_i2c: Allow MX6Q I2C3 to work
Fabio Estevam
fabio.estevam at freescale.com
Thu May 31 19:24:01 CEST 2012
Allow MX6Q I2C3 to work.
Cc: Heiko Schocher <hs at denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
drivers/i2c/mxc_i2c.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c
index c88ac7c..d3c323e 100644
--- a/drivers/i2c/mxc_i2c.c
+++ b/drivers/i2c/mxc_i2c.c
@@ -78,6 +78,8 @@ struct mxc_i2c_regs {
#define I2C_BASE I2C2_BASE_ADDR
#elif defined(CONFIG_SYS_I2C_MX35_PORT3)
#define I2C_BASE I2C3_BASE_ADDR
+#elif defined(CONFIG_SYS_I2C_MX6Q_PORT3)
+#define I2C_BASE I2C3_BASE_ADDR
#else
#error "define CONFIG_SYS_I2C_MX<Processor>_PORTx to use the mx I2C driver"
#endif
--
1.7.1
More information about the U-Boot
mailing list