Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 976d84fc authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard
Browse files

ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU regulator names



The VDD-CPU and VDD-GPU regulators were incorrectly swapped.

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

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 8a880ee6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -191,18 +191,18 @@
				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 {