提交 976d84fc 编写于 作者: C Chen-Yu Tsai 提交者: Maxime Ripard

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: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 8a880ee6
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册