[PATCH v2 3/3] ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name
Fabio Estevam
festevam at gmail.com
Sat May 27 13:50:48 PDT 2023
From: Fabio Estevam <festevam at 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 at 8: regulators: 'vcoin' does not match any of the regexes:
Signed-off-by: Fabio Estevam <festevam at 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(-)
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>;
};
--
2.34.1
More information about the linux-arm-kernel
mailing list