[U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00

Marc Dietrich marvin24 at gmx.de
Mon Sep 10 20:51:18 CEST 2012


This enables I2C on PAZ00.

Signed-off-by: Marc Dietrich <marvin24 at 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



More information about the U-Boot mailing list