diff options
author | Troy Kisky | 2012-04-24 17:33:25 +0000 |
---|---|---|
committer | Heiko Schocher | 2012-07-11 10:54:29 +0200 |
commit | de6f604de245b19ce2e330bc63b6522af134d7ae (patch) | |
tree | f73afbff36b87d9d48259b9b227849a6d77f990c /arch/arm/include/asm/arch-mx35/imx-regs.h | |
parent | 211e47549b668c7cdd8658c0413a272f0d0495d4 (diff) |
mxc_i2c: specify i2c base address in config file
The following platforms had their config files changed
flea3, imx31_phycore, mx35pdk, mx53ard, mx53evk, mx53smd
and mx53loco.
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx35/imx-regs.h')
-rw-r--r-- | arch/arm/include/asm/arch-mx35/imx-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx35/imx-regs.h b/arch/arm/include/asm/arch-mx35/imx-regs.h index e570ad1e36e..314600621c8 100644 --- a/arch/arm/include/asm/arch-mx35/imx-regs.h +++ b/arch/arm/include/asm/arch-mx35/imx-regs.h @@ -39,7 +39,7 @@ #define MAX_BASE_ADDR 0x43F04000 #define EVTMON_BASE_ADDR 0x43F08000 #define CLKCTL_BASE_ADDR 0x43F0C000 -#define I2C_BASE_ADDR 0x43F80000 +#define I2C1_BASE_ADDR 0x43F80000 #define I2C3_BASE_ADDR 0x43F84000 #define ATA_BASE_ADDR 0x43F8C000 #define UART1_BASE 0x43F90000 |