projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1069247
)
ARM: dts: imx6ul-ccimx6ulsom: Fix the "coin" regulator name
author
Fabio Estevam
<festevam@denx.de>
Sat, 27 May 2023 20:50:48 +0000
(17:50 -0300)
committer
Shawn 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
b/arch/arm/boot/dts/imx6ul-ccimx6ulsom.dtsi
index b5781c3656d1a7c334cf8c55a56aa94355e2fe96..7d1a391431bd9a16adc4578d9a9587c7378c0a35 100644
(file)
--- 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:
v
coin {
+ vcoin_chg: coin {
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <3300000>;
};