diff options
author | Stefan Roese | 2016-04-08 15:58:29 +0200 |
---|---|---|
committer | Stefan Roese | 2016-04-12 11:13:40 +0200 |
commit | 8ac71da94d63368136baf352e543ba9790db2610 (patch) | |
tree | 71d4ea8ae0925abc2ec5b37a6c46e97b87fd4b2f /include/configs/theadorable.h | |
parent | d9cb860d30077479b52eb22eedcb7b0b52dafca6 (diff) |
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 <sr@denx.de>
Diffstat (limited to 'include/configs/theadorable.h')
-rw-r--r-- | include/configs/theadorable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 20a44c9349a..05a248ee09c 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 |