public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00
@ 2012-09-10 18:51 Marc Dietrich
  2012-09-10 18:51 ` [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00 Marc Dietrich
  2012-09-10 19:04 ` [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00 Stephen Warren
  0 siblings, 2 replies; 10+ messages in thread
From: Marc Dietrich @ 2012-09-10 18:51 UTC (permalink / raw)
  To: u-boot

This enables I2C on PAZ00.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
---
 include/configs/paz00.h |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/configs/paz00.h b/include/configs/paz00.h
index 24cda48..7e21e66 100644
--- a/include/configs/paz00.h
+++ b/include/configs/paz00.h
@@ -38,6 +38,14 @@
 
 #define CONFIG_BOARD_EARLY_INIT_F
 
+/* 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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-09-17 16:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 18:51 [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00 Marc Dietrich
2012-09-10 18:51 ` [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00 Marc Dietrich
2012-09-10 19:07   ` Stephen Warren
2012-09-10 19:32     ` Tom Warren
2012-09-16 16:16       ` Marc Dietrich
2012-09-17 16:09         ` Tom Warren
2012-09-10 19:53     ` Marc Dietrich
2012-09-10 19:04 ` [U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00 Stephen Warren
2012-09-10 19:57   ` Marc Dietrich
2012-09-10 20:55     ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox