
8 Jan
2015
8 Jan
'15
12:33 p.m.
Disable pmic if CONFIG_DM_I2C in exynos5-common.h is enabled.
Signed-off-by: Przemyslaw Marczak p.marczak@samsung.com Cc: Akshay Saraswat akshay.s@samsung.com Cc: Simon Glass sjg@chromium.org Cc: Minkyu Kang mk7.kang@samsung.com --- include/configs/exynos5-dt-common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/exynos5-dt-common.h b/include/configs/exynos5-dt-common.h index 9cef0b0..a774a41 100644 --- a/include/configs/exynos5-dt-common.h +++ b/include/configs/exynos5-dt-common.h @@ -19,9 +19,11 @@ #include "exynos5-common.h"
/* PMIC */ +#ifndef CONFIG_DM_I2C #define CONFIG_POWER #define CONFIG_POWER_I2C #define CONFIG_POWER_TPS65090 +#endif
/* Enable keyboard */ #define CONFIG_CROS_EC /* CROS_EC protocol */
--
1.9.1