diff options
author | Fabio Estevam <festevam@denx.de> | 2023-05-27 22:50:48 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-04 14:21:41 +0200 |
commit | 3c52e3e454079a74fd9c997d94c886fe47bc936e (patch) | |
tree | 889407c19463b2e7d12e1c5d497ca3790b0970c9 /arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | |
parent | ARM: dts: imx: Use 'pmic' as node name (diff) | |
download | linux-3c52e3e454079a74fd9c997d94c886fe47bc936e.tar.xz linux-3c52e3e454079a74fd9c997d94c886fe47bc936e.zip |
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 <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ regulator-max-microvolt = <3300000>; }; - vcoin_chg: vcoin { + vcoin_chg: coin { regulator-min-microvolt = <2500000>; regulator-max-microvolt = <3300000>; }; |