]> git.sur5r.net Git - u-boot/commitdiff
arm: mvebu: Add base address for 2nd I2C controller
authorStefan Roese <sr@denx.de>
Fri, 8 Apr 2016 13:58:28 +0000 (15:58 +0200)
committerStefan Roese <sr@denx.de>
Tue, 12 Apr 2016 09:13:40 +0000 (11:13 +0200)
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>
arch/arm/mach-mvebu/include/mach/soc.h

index a12be2a4d1efc26837ae88fea239a9ab36dd3a3b..13c9f29c14a0560df7e36eea2db6147032e26a6a 100644 (file)
@@ -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))