]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU regulator names
authorChen-Yu Tsai <wens@csie.org>
Sat, 10 Oct 2015 14:48:56 +0000 (22:48 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 13 Oct 2015 18:45:50 +0000 (20:45 +0200)
The VDD-CPU and VDD-GPU regulators were incorrectly swapped.

Fixes: bab03561224ba ("ARM: dts: sun6i: hummingbird: Add AXP221 regulator
       nodes")

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31-hummingbird.dts

index f9d9fc07bc6314bacd5258170e70ccb4da2dbfdd..e25d4924dbe7e7d0bac3a0b97882ee7bbd2c2098 100644 (file)
@@ -191,18 +191,18 @@ vcc_3v0: dcdc1 {
                                regulator-name = "vcc-3v0";
                        };
 
-                       vdd_cpu: dcdc2 {
+                       vdd_gpu: dcdc2 {
                                regulator-always-on;
                                regulator-min-microvolt = <700000>;
                                regulator-max-microvolt = <1320000>;
-                               regulator-name = "vdd-cpu";
+                               regulator-name = "vdd-gpu";
                        };
 
-                       vdd_gpu: dcdc3 {
+                       vdd_cpu: dcdc3 {
                                regulator-always-on;
                                regulator-min-microvolt = <700000>;
                                regulator-max-microvolt = <1320000>;
-                               regulator-name = "vdd-gpu";
+                               regulator-name = "vdd-cpu";
                        };
 
                        vdd_sys_dll: dcdc4 {