From c1faf0024c9c8b3b39fd41fd08308688e757cb85 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Thu, 6 Aug 2015 00:47:03 +0200 Subject: 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 Reviewed-by: Simon Glass Acked-by: Stephen Warren Signed-off-by: Tom Warren --- include/configs/colibri_t20.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.3.1