diff mbox series

[v2,3/3] ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name

Message ID 20230527205048.418360-3-festevam@gmail.com
State New
Headers show
Series None | expand

Commit Message

Fabio Estevam May 27, 2023, 8:50 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

As documented in pfuze100.yaml, the correct name for the regulator is
"coin", so change it to fix the following DT check warning:

imx6ul-ccimx6ulsbcexpress.dtb: pmic@8: regulators: 'vcoin' does not match any of the regexes:

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Keep the node and change the name from vcoin to coin.

 arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo June 4, 2023, 12:24 p.m. UTC | #1
On Sat, May 27, 2023 at 05:50:48PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> As documented in pfuze100.yaml, the correct name for the regulator is
> "coin", so change it to fix the following DT check warning:
> 
> imx6ul-ccimx6ulsbcexpress.dtb: pmic@8: regulators: 'vcoin' does not match any of the regexes:
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
index b5781c3656d1..7d1a391431bd 100644
--- a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
+++ b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
@@ -158,7 +158,7 @@  ldo4_ext: vldo4 {
 				regulator-max-microvolt = <3300000>;
 			};
 
-			vcoin_chg: vcoin {
+			vcoin_chg: coin {
 				regulator-min-microvolt = <2500000>;
 				regulator-max-microvolt = <3300000>;
 			};