projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d20e7
)
ARM: dts: imx6sx: Use "vddarm" as the regulator name
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 17 Jun 2014 04:07:35 +0000
(
01:07
-0300)
committer
Shawn Guo
<shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:49:36 +0000
(16:49 +0800)
The other i.mx6 variants use "vddarm" as the name of the internal regulator
that powers the core. Use the same convention here for consistency.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx6sx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6sx.dtsi
b/arch/arm/boot/dts/imx6sx.dtsi
index
ac3866c
..
78ccf61
100644
(file)
--- a/
arch/arm/boot/dts/imx6sx.dtsi
+++ b/
arch/arm/boot/dts/imx6sx.dtsi
@@
-581,7
+581,7
@@
reg_arm: regulator-vddcore@140 {
compatible = "fsl,anatop-regulator";
- regulator-name = "
cpu
";
+ regulator-name = "
vddarm
";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
regulator-always-on;