projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c360033
)
tegra: i2c: Enable I2C on Seaboard
author
Simon Glass
<
[email protected]
>
Fri, 3 Feb 2012 15:14:00 +0000
(15:14 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Thu, 29 Mar 2012 06:12:50 +0000
(08:12 +0200)
This enables I2C on Seaboard.
Signed-off-by: Simon Glass <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
include/configs/seaboard.h
patch
|
blob
|
history
diff --git
a/include/configs/seaboard.h
b/include/configs/seaboard.h
index 1dc775a52f57ca81109853d73bd2cfb9ad970d54..ae075e786ef91848e7a3bf768e34e625e54dc835 100644
(file)
--- 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