From: Fabio Estevam Date: Sat, 27 May 2023 20:50:48 +0000 (-0300) Subject: ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3c52e3e454079a74fd9c997d94c886fe47bc936e;p=linux.git ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi index b5781c3656d1a..7d1a391431bd9 100644 --- a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi +++ b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi @@ -158,7 +158,7 @@ regulator-max-microvolt = <3300000>; }; - vcoin_chg: vcoin { + vcoin_chg: coin { regulator-min-microvolt = <2500000>; regulator-max-microvolt = <3300000>; };