summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-17 04:07:35 (GMT)
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 08:49:36 (GMT)
commitf78a59753c783e8db072fa94bbd4fb19157e8603 (patch)
treeb53fa28992f7f29011c3531b89a74dcf6a14cfc2
parente4d20e76658f7ffad08bf3abe724a923a16bdea6 (diff)
downloadlinux-f78a59753c783e8db072fa94bbd4fb19157e8603.tar.xz
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>
-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 ac3866c..78ccf61 100644
--- 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;