diff options
| author | SRICHARAN R <[email protected]> | 2012-03-12 02:25:48 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-05-15 08:31:25 +0200 |
| commit | 211442989628d72fad1f2663a0bf5076e425fabd (patch) | |
| tree | a323ed46b012f1fd389deaebc26537bde2206cf4 /include/configs | |
| parent | f75231b79a08471519c54f2d4ad5f57c119e23a8 (diff) | |
power: twl6035: add palmas PMIC support
palmas/TWL6035 is power IC for omap5 evm boards
Signed-off-by: Balaji T K <[email protected]>
Diffstat (limited to 'include/configs')
| -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 0bdfd6948b0..2dc98118056 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 |
