From: Stefan Roese Date: Fri, 8 Apr 2016 13:58:29 +0000 (+0200) Subject: arm: mvebu: theadorable: Enable 2nd I2C controller X-Git-Tag: v2016.05-rc2~67^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ac71da94d63368136baf352e543ba9790db2610;p=u-boot arm: mvebu: theadorable: Enable 2nd I2C controller This patch enables the 2nd I2C controller on the Armada XP theadorable board. Signed-off-by: Stefan Roese --- diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 20a44c9349..05a248ee09 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