diff options
author | Aaron Durbin <adurbin@chromium.org> | 2014-05-20 06:01:37 -0600 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2014-05-28 10:58:19 +0900 |
commit | 2469bf35a8c4fde242300c8123406cdc3b3b464c (patch) | |
tree | d6d2dea87bb35ce1b5fdce04c4c1b24e817f8cc8 | |
parent | ac1058fdb72b8a6dade7c81be31b22760099ee91 (diff) | |
download | u-boot-imx-2469bf35a8c4fde242300c8123406cdc3b3b464c.zip u-boot-imx-2469bf35a8c4fde242300c8123406cdc3b3b464c.tar.gz u-boot-imx-2469bf35a8c4fde242300c8123406cdc3b3b464c.tar.bz2 |
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>
-rw-r--r-- | include/configs/exynos5-dt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h index 5a9b1b4..b830495 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 |