ARM: dts: imx6: Use 'vddarm' as the regulator name
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 19 Dec 2013 23:08:52 +0000 (21:08 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:29:42 +0000 (21:29 +0800)
Instead of calling the regulator for the ARM core as 'cpu', let's rename it
as 'vddarm', so that we keep a better consistency with the other internal
regulators:

vdd1p1: 800 <--> 1375 mV at 1100 mV
vdd3p0: 2800 <--> 3150 mV at 3000 mV
vdd2p5: 2000 <--> 2750 mV at 2400 mV
vddarm: 725 <--> 1450 mV at 1150 mV
vddpu: 725 <--> 1450 mV at 1150 mV
vddsoc: 725 <--> 1450 mV at 1200 mV

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6sl.dtsi

index c5a6604ebb84ad52bd022dcca6d3f9b42d70efd7..556f632762221918c148c3874d433f18d93c2b28 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;
index fd14412164151ed1d34b58efe1a5b9a3645ce32d..8e7bce20ee5122e1fcef35b6d8fe7cc897e8cd64 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;
This page took 0.02653 seconds and 5 git commands to generate.