From: Esteban Blanc <ebl...@baylibre.com>

Add support for TPS6594 family regulators and watchdog.
PMIC is controlled by SoC through I2C interface.

Add dm, pmic and regulators commands to allow testing

Signed-off-by: Esteban Blanc <ebl...@baylibre.com>
Signed-off-by: Jerome Neanne <jnea...@baylibre.com>
---
 configs/j7200_evm_a72_defconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig
index 9b6512bacb..b43eb2fcbf 100644
--- a/configs/j7200_evm_a72_defconfig
+++ b/configs/j7200_evm_a72_defconfig
@@ -201,3 +201,11 @@ CONFIG_UFS=y
 CONFIG_CADENCE_UFS=y
 CONFIG_TI_J721E_UFS=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_TPS65941=y
+CONFIG_DM_REGULATOR_TPS65941=y
+CONFIG_DM_REGULATOR=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
+CONFIG_CMD_DM=y
+CONFIG_OF_PLATDATA=y
-- 
2.34.1

Reply via email to