ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name
authorFabio Estevam <festevam@denx.de>
Sat, 27 May 2023 20:50:48 +0000 (17:50 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 12:21:41 +0000 (20:21 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi

index b5781c3656d1a7c334cf8c55a56aa94355e2fe96..7d1a391431bd9a16adc4578d9a9587c7378c0a35 100644 (file)
                                regulator-max-microvolt = <3300000>;
                        };
 
-                       vcoin_chg: vcoin {
+                       vcoin_chg: coin {
                                regulator-min-microvolt = <2500000>;
                                regulator-max-microvolt = <3300000>;
                        };