diff mbox series

[v1,4/4] configs: enable pmic regulator pca9450

Message ID 20230605094825.160337-5-joy.zou@nxp.com
State Changes Requested
Delegated to: Stefano Babic
Headers show
Series support trimed pca9450 new pmic | expand

Commit Message

Joy Zou June 5, 2023, 9:48 a.m. UTC
support pmci regulator pca9450.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
---
 configs/imx93_11x11_evk_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Joy Zou June 5, 2023, 10:24 a.m. UTC | #1
> -----Original Message-----
> From: Marek Vasut <marex@denx.de>
> Sent: 2023年6月5日 18:04
> To: Joy Zou <joy.zou@nxp.com>; jh80.chung@samsung.com; Peng Fan
> <peng.fan@nxp.com>; Ye Li <ye.li@nxp.com>; Jacky Bai <ping.bai@nxp.com>;
> festevam@denx.de; sbabic@denx.de; heiko.thiery@gmail.com
> Cc: u-boot@lists.denx.de; dl-uboot-imx <uboot-imx@nxp.com>
> Subject: [EXT] Re: [PATCH v1 4/4] configs: enable pmic regulator pca9450
> 
> Caution: This is an external email. Please take care when clicking links or
> opening attachments. When in doubt, report the message using the 'Report
> this email' button
> 
> 
> On 6/5/23 11:48, Joy Zou wrote:
> > support pmci regulator pca9450.
> 
> Subject should be something like
> 
> ARM: imx: Enable PCA9450 on i.MX93 11x11 EVK
> 
> Otherwise the subject is horribly generic and confusing.
Okay, Thanks!
Will change it in patch v2.
BR
Joy zou
diff mbox series

Patch

diff --git a/configs/imx93_11x11_evk_defconfig b/configs/imx93_11x11_evk_defconfig
index 4f8777161e..985b4d8638 100644
--- a/configs/imx93_11x11_evk_defconfig
+++ b/configs/imx93_11x11_evk_defconfig
@@ -103,6 +103,8 @@  CONFIG_SPL_PINCTRL=y
 CONFIG_PINCTRL_IMX93=y
 CONFIG_DM_PMIC=y
 CONFIG_SPL_DM_PMIC_PCA9450=y
+CONFIG_DM_PMIC_PCA9450=y
+CONFIG_DM_REGULATOR_PCA9450=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y