ARM: dts: imx6sx: Use "vddarm" as the regulator name
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 17 Jun 2014 04:07:35 +0000 (01:07 -0300)
committerShawn 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

index ac3866c..78ccf61 100644 (file)
 
                                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;