summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2015-01-29 13:46:31 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:22 +0800
commite2eb170e1557f3213ea945a8ef71944de0ad3a0d (patch)
tree123018be379a32d1795a1727c4d225806c9357e2 /arch/arm
parent643c439f6197e3538e2efe3a27db8408ead8d1d0 (diff)
downloadu-boot-imx-e2eb170e1557f3213ea945a8ef71944de0ad3a0d.zip
u-boot-imx-e2eb170e1557f3213ea945a8ef71944de0ad3a0d.tar.gz
u-boot-imx-e2eb170e1557f3213ea945a8ef71944de0ad3a0d.tar.bz2
MLK-10178-3 i2c:mxc Add i2c support for i.MX7D
Add i2c support for i.MX7D. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> (cherry picked from commit b52cb9d40e71305b7a11b0bbc68fddd8e84e3b17) Conflicts: drivers/i2c/mxc_i2c.c
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/imx-common/i2c-mxv7.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/imx-common/i2c-mxv7.c b/arch/arm/imx-common/i2c-mxv7.c
index b1d4ec4..ca586ae 100644
--- a/arch/arm/imx-common/i2c-mxv7.c
+++ b/arch/arm/imx-common/i2c-mxv7.c
@@ -90,6 +90,9 @@ static void * const i2c_bases[] = {
#ifdef I2C3_BASE_ADDR
(void *)I2C3_BASE_ADDR,
#endif
+#ifdef I2C4_BASE_ADDR
+ (void *)I2C4_BASE_ADDR,
+#endif
};
/* i2c_index can be from 0 - 2 */