[U-Boot] [PATCH 2/3] arm: mvebu: theadorable: Enable 2nd I2C controller
Stefan Roese
sr at denx.de
Fri Apr 8 15:58:29 CEST 2016
This patch enables the 2nd I2C controller on the Armada XP theadorable
board.
Signed-off-by: Stefan Roese <sr at denx.de>
---
include/configs/theadorable.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h
index 20a44c9..05a248e 100644
--- a/include/configs/theadorable.h
+++ b/include/configs/theadorable.h
@@ -51,6 +51,7 @@
#define CONFIG_SYS_I2C
#define CONFIG_SYS_I2C_MVTWSI
#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE
+#define CONFIG_I2C_MVTWSI_BASE1 MVEBU_TWSI1_BASE
#define CONFIG_SYS_I2C_SLAVE 0x0
#define CONFIG_SYS_I2C_SPEED 100000
--
2.8.1
More information about the U-Boot
mailing list