diff mbox

[U-Boot,03/12] configs: dra7xx: Enable LP87565 related configs

Message ID 20170812062933.1325-4-lokeshvutla@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Lokesh Vutla Aug. 12, 2017, 6:29 a.m. UTC
From: Keerthy <j-keerthy@ti.com>

Enable LP87565 related configs

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 configs/dra7xx_evm_defconfig    | 2 ++
 configs/dra7xx_hs_evm_defconfig | 2 ++
 2 files changed, 4 insertions(+)

Comments

Tom Rini Aug. 14, 2017, 9:27 p.m. UTC | #1
On Sat, Aug 12, 2017 at 11:59:24AM +0530, Lokesh Vutla wrote:

> From: Keerthy <j-keerthy@ti.com>
> 
> Enable LP87565 related configs
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  configs/dra7xx_evm_defconfig    | 2 ++
>  configs/dra7xx_hs_evm_defconfig | 2 ++
>  2 files changed, 4 insertions(+)

Please switch to imply'ing all of the relevant PMICs so that these do
not get out of sync, thanks!
diff mbox

Patch

diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 0c4452a1d1..c151f49e30 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -67,11 +67,13 @@  CONFIG_SPL_PHY=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_PALMAS=y
 CONFIG_PMIC_LP873X=y
+CONFIG_PMIC_LP87565=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_REGULATOR_LP87565=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index 75b77fa947..dba9f06bd6 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -70,11 +70,13 @@  CONFIG_SPL_PHY=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_PALMAS=y
 CONFIG_PMIC_LP873X=y
+CONFIG_PMIC_LP87565=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_REGULATOR_LP87565=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y
 CONFIG_DM_SPI=y