diff options
author | Keerthy <j-keerthy@ti.com> | 2016-11-23 13:25:34 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:54:53 -0500 |
commit | 736a57e02f3d68220846429eda92218403d3c4de (patch) | |
tree | 03f013e8abc323ff362f5fe530e6887209434805 /configs/dra7xx_evm_defconfig | |
parent | 537335074bdc2118460ef424045f2c89f7d977ba (diff) | |
download | u-boot-imx-736a57e02f3d68220846429eda92218403d3c4de.zip u-boot-imx-736a57e02f3d68220846429eda92218403d3c4de.tar.gz u-boot-imx-736a57e02f3d68220846429eda92218403d3c4de.tar.bz2 |
configs: dra7xx: Enable lp873x options
DRA71-evm uses LP873x regulator. Enable lp873x PMIC config options.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra7xx_evm_defconfig')
-rw-r--r-- | configs/dra7xx_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig index 0802898..64fe038 100644 --- a/configs/dra7xx_evm_defconfig +++ b/configs/dra7xx_evm_defconfig @@ -66,9 +66,12 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_DM_ETH=y CONFIG_DM_PMIC=y CONFIG_PMIC_PALMAS=y +CONFIG_PMIC_LP873X=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y +CONFIG_DM_REGULATOR_GPIO=y CONFIG_DM_REGULATOR_PALMAS=y +CONFIG_DM_REGULATOR_LP873X=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y |