summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-05-20 06:01:37 -0600
committerMinkyu Kang <mk7.kang@samsung.com>2014-05-28 10:58:19 +0900
commit2469bf35a8c4fde242300c8123406cdc3b3b464c (patch)
treed6d2dea87bb35ce1b5fdce04c4c1b24e817f8cc8 /include
parentac1058fdb72b8a6dade7c81be31b22760099ee91 (diff)
downloadtalos-obmc-uboot-2469bf35a8c4fde242300c8123406cdc3b3b464c.tar.gz
talos-obmc-uboot-2469bf35a8c4fde242300c8123406cdc3b3b464c.zip
exynos5: Enable tps65090 on exynos5-dt
The TPS65090 pmic chip can be on exynos5250 boards. Therefore, select the appropriate config option for TPS65090 devices. This commit should really use exynos5-dt.c, when it is available. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/exynos5-dt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h
index 5a9b1b42d3..b8304951d2 100644
--- a/include/configs/exynos5-dt.h
+++ b/include/configs/exynos5-dt.h
@@ -259,6 +259,7 @@
/* PMIC */
#define CONFIG_POWER
#define CONFIG_POWER_I2C
+#define CONFIG_POWER_TPS65090
/* Ethernet Controllor Driver */
#ifdef CONFIG_CMD_NET
OpenPOWER on IntegriCloud