diff mbox series

[3/4] config: enable TPS65219 for am64x_evm_a53 boards

Message ID 20220427112812.2991816-4-narmstrong@baylibre.com
State Accepted
Commit 75388a8e21dc91ff574ed98e16add443c50f5070
Delegated to: Tom Rini
Headers show
Series Add support for TPS65219 PMIC on AM64X-SKEVM | expand

Commit Message

Neil Armstrong April 27, 2022, 11:28 a.m. UTC
The E4 revision of the AM64 SKEVM embeds a TPS65219 PMIC,
this enables the necessary options to load and control the
PMIC regulators.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 configs/am64x_evm_a53_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Tom Rini May 9, 2022, 8:18 p.m. UTC | #1
On Wed, Apr 27, 2022 at 01:28:11PM +0200, Neil Armstrong wrote:

> The E4 revision of the AM64 SKEVM embeds a TPS65219 PMIC,
> this enables the necessary options to load and control the
> PMIC regulators.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index 4149921afe..2863eea3c4 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -61,6 +61,8 @@  CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_TIME=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
 CONFIG_OF_LIST="k3-am642-evm k3-am642-sk"
@@ -121,6 +123,10 @@  CONFIG_PINCTRL_SINGLE=y
 CONFIG_POWER_DOMAIN=y
 CONFIG_TI_SCI_POWER_DOMAIN=y
 CONFIG_K3_SYSTEM_CONTROLLER=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_TPS65219=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_TPS65219=y
 CONFIG_REMOTEPROC_TI_K3_ARM64=y
 CONFIG_DM_RESET=y
 CONFIG_RESET_TI_SCI=y