diff options
author | Heiko Schocher <hs@denx.de> | 2015-05-18 10:58:12 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-26 14:17:00 +0200 |
commit | e6c8b716c7035fd2b80d0b938e736176053b9ef6 (patch) | |
tree | 105766702b9ff40ef12216ebd4ce8e778e7d9144 /arch/arm/include/asm/arch-vf610/imx-regs.h | |
parent | 21a26940f9048e668f9a79f64b802406b2e8d18c (diff) | |
download | u-boot-imx-e6c8b716c7035fd2b80d0b938e736176053b9ef6.zip u-boot-imx-e6c8b716c7035fd2b80d0b938e736176053b9ef6.tar.gz u-boot-imx-e6c8b716c7035fd2b80d0b938e736176053b9ef6.tar.bz2 |
i2c, mxc: rework i2c base address names for different SoCs
rework and unify i2c address names for different SoCs, which
use the mxc_i2c driver.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-vf610/imx-regs.h')
-rw-r--r-- | arch/arm/include/asm/arch-vf610/imx-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-vf610/imx-regs.h b/arch/arm/include/asm/arch-vf610/imx-regs.h index a7d765a..2021981 100644 --- a/arch/arm/include/asm/arch-vf610/imx-regs.h +++ b/arch/arm/include/asm/arch-vf610/imx-regs.h @@ -74,7 +74,7 @@ #define ESAI_BASE_ADDR (AIPS0_BASE_ADDR + 0x00062000) #define ESAI_FIFO_BASE_ADDR (AIPS0_BASE_ADDR + 0x00063000) #define WDOG_BASE_ADDR (AIPS0_BASE_ADDR + 0x00065000) -#define I2C0_BASE_ADDR (AIPS0_BASE_ADDR + 0x00066000) +#define I2C1_BASE_ADDR (AIPS0_BASE_ADDR + 0x00066000) #define WKUP_BASE_ADDR (AIPS0_BASE_ADDR + 0x0006A000) #define CCM_BASE_ADDR (AIPS0_BASE_ADDR + 0x0006B000) #define GPC_BASE_ADDR (AIPS0_BASE_ADDR + 0x0006C000) |