diff options
author | Simon Glass <sjg@chromium.org> | 2012-02-03 15:14:00 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-29 08:12:50 +0200 |
commit | 905fe99b9f7f63f33cb4e669708d29f83ba9676f (patch) | |
tree | 3ad548949507062c3980257410386e15123f58ac /include/configs | |
parent | c360033ffb3b15d64405c9a3aa5216fbf188ff0a (diff) | |
download | u-boot-imx-905fe99b9f7f63f33cb4e669708d29f83ba9676f.zip u-boot-imx-905fe99b9f7f63f33cb4e669708d29f83ba9676f.tar.gz u-boot-imx-905fe99b9f7f63f33cb4e669708d29f83ba9676f.tar.bz2 |
tegra: i2c: Enable I2C on Seaboard
This enables I2C on Seaboard.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/seaboard.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 1dc775a..ae075e7 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -59,6 +59,14 @@ #define CONFIG_CMD_SF #define CONFIG_SPI_FLASH_SIZE (4 << 20) +/* I2C */ +#define CONFIG_TEGRA_I2C +#define CONFIG_SYS_I2C_INIT_BOARD +#define CONFIG_I2C_MULTI_BUS +#define CONFIG_SYS_MAX_I2C_BUS 4 +#define CONFIG_SYS_I2C_SPEED 100000 +#define CONFIG_CMD_I2C + /* SD/MMC */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC |