summaryrefslogtreecommitdiff
path: root/include/configs/colibri_t20.h
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-08-05 22:47:03 (GMT)
committerTom Warren <twarren@nvidia.com>2015-08-13 20:06:02 (GMT)
commitc1faf0024c9c8b3b39fd41fd08308688e757cb85 (patch)
treec9d1b8a8513914386051aa2aa9eed7b8845e58bc /include/configs/colibri_t20.h
parentb2ea19b522410cf10f72dc6f4e5ded6379e373d5 (diff)
downloadu-boot-c1faf0024c9c8b3b39fd41fd08308688e757cb85.tar.xz
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 <marcel.ziswiler@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/colibri_t20.h')
-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 54ca8c9..b347935 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