summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-04-08 15:58:28 +0200
committerStefan Roese <sr@denx.de>2016-04-12 11:13:40 +0200
commitd9cb860d30077479b52eb22eedcb7b0b52dafca6 (patch)
tree1c19f1139208c070a1df64cccbea5b0eaf4bd3fd /arch/arm/mach-mvebu
parent28226b9a2ccdc8181d1887e03e9fc7501b885e40 (diff)
downloadblackbird-obmc-uboot-d9cb860d30077479b52eb22eedcb7b0b52dafca6.tar.gz
blackbird-obmc-uboot-d9cb860d30077479b52eb22eedcb7b0b52dafca6.zip
arm: mvebu: Add base address for 2nd I2C controller
Add MVEBU_TWSI1_BASE define so that the 2nd I2C controller on e.g. AXP can be used. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/include/mach/soc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/soc.h b/arch/arm/mach-mvebu/include/mach/soc.h
index a12be2a4d1..13c9f29c14 100644
--- a/arch/arm/mach-mvebu/include/mach/soc.h
+++ b/arch/arm/mach-mvebu/include/mach/soc.h
@@ -55,6 +55,7 @@
#define MVEBU_L2_CACHE_BASE (MVEBU_REGISTER(0x08000))
#define CONFIG_SYS_PL310_BASE MVEBU_L2_CACHE_BASE
#define MVEBU_TWSI_BASE (MVEBU_REGISTER(0x11000))
+#define MVEBU_TWSI1_BASE (MVEBU_REGISTER(0x11100))
#define MVEBU_MPP_BASE (MVEBU_REGISTER(0x18000))
#define MVEBU_GPIO0_BASE (MVEBU_REGISTER(0x18100))
#define MVEBU_GPIO1_BASE (MVEBU_REGISTER(0x18140))
OpenPOWER on IntegriCloud