diff options
author | SRICHARAN R <r.sricharan@ti.com> | 2012-03-12 02:25:48 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:25 +0200 |
commit | 211442989628d72fad1f2663a0bf5076e425fabd (patch) | |
tree | a323ed46b012f1fd389deaebc26537bde2206cf4 /include/configs/omap5_evm.h | |
parent | f75231b79a08471519c54f2d4ad5f57c119e23a8 (diff) | |
download | u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.zip u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.tar.gz u-boot-imx-211442989628d72fad1f2663a0bf5076e425fabd.tar.bz2 |
power: twl6035: add palmas PMIC support
palmas/TWL6035 is power IC for omap5 evm boards
Signed-off-by: Balaji T K <balajitk@ti.com>
Diffstat (limited to 'include/configs/omap5_evm.h')
-rw-r--r-- | include/configs/omap5_evm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 0bdfd69..2dc9811 100644 --- a/include/configs/omap5_evm.h +++ b/include/configs/omap5_evm.h @@ -99,6 +99,11 @@ #define CONFIG_DRIVER_OMAP34XX_I2C #define CONFIG_I2C_MULTI_BUS +/* TWL6035 */ +#ifndef CONFIG_SPL_BUILD +#define CONFIG_TWL6035_POWER +#endif + /* MMC */ #define CONFIG_GENERIC_MMC #define CONFIG_MMC |