summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-02-03 15:14:00 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-29 08:12:50 +0200
commit905fe99b9f7f63f33cb4e669708d29f83ba9676f (patch)
tree3ad548949507062c3980257410386e15123f58ac
parentc360033ffb3b15d64405c9a3aa5216fbf188ff0a (diff)
downloadtalos-obmc-uboot-905fe99b9f7f63f33cb4e669708d29f83ba9676f.tar.gz
talos-obmc-uboot-905fe99b9f7f63f33cb4e669708d29f83ba9676f.zip
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>
-rw-r--r--include/configs/seaboard.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 1dc775a52f..ae075e786e 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
OpenPOWER on IntegriCloud