mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
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>
This commit is contained in:
parent
ac1058fdb7
commit
2469bf35a8
1 changed files with 1 additions and 0 deletions
|
@ -259,6 +259,7 @@
|
||||||
/* PMIC */
|
/* PMIC */
|
||||||
#define CONFIG_POWER
|
#define CONFIG_POWER
|
||||||
#define CONFIG_POWER_I2C
|
#define CONFIG_POWER_I2C
|
||||||
|
#define CONFIG_POWER_TPS65090
|
||||||
|
|
||||||
/* Ethernet Controllor Driver */
|
/* Ethernet Controllor Driver */
|
||||||
#ifdef CONFIG_CMD_NET
|
#ifdef CONFIG_CMD_NET
|
||||||
|
|
Loading…
Add table
Reference in a new issue