diff options
author | Lubomir Popov | 2013-04-08 16:49:40 -0500 |
---|---|---|
committer | Tom Rini | 2013-05-10 07:25:55 -0500 |
commit | aebe7ff2b261ed7c4eca141ecd90a63d85de9972 (patch) | |
tree | 28517e4f11a92006da81d4505e199f5c4503fa6a | |
parent | 3935277dbf4614215cc2510121ca837c8d321cc9 (diff) | |
download | u-boot-aebe7ff2b261ed7c4eca141ecd90a63d85de9972.tar.gz u-boot-aebe7ff2b261ed7c4eca141ecd90a63d85de9972.tar.xz u-boot-aebe7ff2b261ed7c4eca141ecd90a63d85de9972.zip |
OMAP5: I2C: Add I2C4 and I2C5 bases
I2C4 and I2C5 are utilized on all known OMAP5 hardware platforms.
The I2C4 and I2C5 base addresses were however not defined; do this
here.
Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>
-rw-r--r-- | arch/arm/include/asm/arch-omap5/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/cpu.h b/arch/arm/include/asm/arch-omap5/cpu.h index 5e62013236..044ab5581a 100644 --- a/arch/arm/include/asm/arch-omap5/cpu.h +++ b/arch/arm/include/asm/arch-omap5/cpu.h | |||
@@ -142,6 +142,8 @@ struct watchdog { | |||
142 | #define I2C_BASE1 (OMAP54XX_L4_PER_BASE + 0x70000) | 142 | #define I2C_BASE1 (OMAP54XX_L4_PER_BASE + 0x70000) |
143 | #define I2C_BASE2 (OMAP54XX_L4_PER_BASE + 0x72000) | 143 | #define I2C_BASE2 (OMAP54XX_L4_PER_BASE + 0x72000) |
144 | #define I2C_BASE3 (OMAP54XX_L4_PER_BASE + 0x60000) | 144 | #define I2C_BASE3 (OMAP54XX_L4_PER_BASE + 0x60000) |
145 | #define I2C_BASE4 (OMAP54XX_L4_PER_BASE + 0x7A000) | ||
146 | #define I2C_BASE5 (OMAP54XX_L4_PER_BASE + 0x7C000) | ||
145 | 147 | ||
146 | /* MUSB base */ | 148 | /* MUSB base */ |
147 | #define MUSB_BASE (OMAP54XX_L4_CORE_BASE + 0xAB000) | 149 | #define MUSB_BASE (OMAP54XX_L4_CORE_BASE + 0xAB000) |