[U-Boot] [PATCH 11/18] exynos5-dt: config: temporary disable pmic for dm i2c
Przemyslaw Marczak
p.marczak at samsung.com
Thu Jan 8 12:33:22 CET 2015
Disable pmic if CONFIG_DM_I2C in exynos5-common.h is enabled.
Signed-off-by: Przemyslaw Marczak <p.marczak at samsung.com>
Cc: Akshay Saraswat <akshay.s at samsung.com>
Cc: Simon Glass <sjg at chromium.org>
Cc: Minkyu Kang <mk7.kang at 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
More information about the U-Boot
mailing list