[PATCH v2 10/13] configs: j7200_evm: Enable TP6594 family PMICs

Jerome Neanne jneanne at baylibre.com
Fri Apr 7 15:33:44 CEST 2023


From: Esteban Blanc <eblanc at 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 <eblanc at baylibre.com>
Signed-off-by: Jerome Neanne <jneanne at 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



More information about the U-Boot mailing list