summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <[email protected]>2015-08-06 00:47:03 +0200
committerTom Warren <[email protected]>2015-08-13 13:06:02 -0700
commitc1faf0024c9c8b3b39fd41fd08308688e757cb85 (patch)
treec9d1b8a8513914386051aa2aa9eed7b8845e58bc /include
parentb2ea19b522410cf10f72dc6f4e5ded6379e373d5 (diff)
colibri_t20: add i2c support
Add I2C support in order to subsequently allow disabling the PMIC sleep mode on low supply voltage. Signed-off-by: Marcel Ziswiler <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/colibri_t20.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 54ca8c992cb..b3479359edd 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -21,6 +21,10 @@
#define CONFIG_MACH_TYPE MACH_TYPE_COLIBRI_T20
+/* I2C */
+#define CONFIG_SYS_I2C_TEGRA
+#define CONFIG_CMD_I2C
+
/* SD/MMC support */
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC