diff mbox series

[5/5] arm: config: Adjust imx287 based XEA board PMU configuration

Message ID 20230509143243.1523791-5-lukma@denx.de
State Accepted
Commit e7c1c0811bc27ff246864773f1aecd4f9200bed8
Delegated to: Stefano Babic
Headers show
Series [1/5] arm: mxs: Provide Kconfig option to to not use VDD5V as IMX28 PMU source | expand

Commit Message

Lukasz Majewski May 9, 2023, 2:32 p.m. UTC
This patch adjusts XEA's PMU setup as this board is supposed to be
mainly powered from DCDC_BATT source.

Moreover, in this HW design the VDD_4P2 is not used as well.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
---
 configs/imx28_xea_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic July 11, 2023, 7:46 p.m. UTC | #1
> This patch adjusts XEA's PMU setup as this board is supposed to be
> mainly powered from DCDC_BATT source.
> Moreover, in this HW design the VDD_4P2 is not used as well.
> Signed-off-by: Lukasz Majewski <lukma@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/imx28_xea_defconfig b/configs/imx28_xea_defconfig
index 579545f4ed..3d92a06999 100644
--- a/configs/imx28_xea_defconfig
+++ b/configs/imx28_xea_defconfig
@@ -13,6 +13,9 @@  CONFIG_SPL_DM_SPI=y
 CONFIG_DEFAULT_DEVICE_TREE="imx28-xea"
 CONFIG_SPL_TEXT_BASE=0x1000
 CONFIG_TARGET_XEA=y
+CONFIG_SPL_MXS_PMU_MINIMAL_VDD5V_CURRENT=y
+CONFIG_SPL_MXS_PMU_DISABLE_BATT_CHARGE=y
+# CONFIG_SPL_MXS_PMU_ENABLE_4P2_LINEAR_REGULATOR is not set
 CONFIG_SPL_MMC=y
 CONFIG_SPL_SERIAL=y
 CONFIG_SPL_STACK=0x20000