aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-17 00:07:35 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 04:49:36 -0400
commitf78a59753c783e8db072fa94bbd4fb19157e8603 (patch)
treeb53fa28992f7f29011c3531b89a74dcf6a14cfc2 /arch
parente4d20e76658f7ffad08bf3abe724a923a16bdea6 (diff)
ARM: dts: imx6sx: Use "vddarm" as the regulator name
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx6sx.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index ac3866c80727..78ccf6151ab3 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -581,7 +581,7 @@
581 581
582 reg_arm: regulator-vddcore@140 { 582 reg_arm: regulator-vddcore@140 {
583 compatible = "fsl,anatop-regulator"; 583 compatible = "fsl,anatop-regulator";
584 regulator-name = "cpu"; 584 regulator-name = "vddarm";
585 regulator-min-microvolt = <725000>; 585 regulator-min-microvolt = <725000>;
586 regulator-max-microvolt = <1450000>; 586 regulator-max-microvolt = <1450000>;
587 regulator-always-on; 587 regulator-always-on;