* Patch "ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU" has been added to the 4.2-stable tree
@ 2015-12-06 5:51 gregkh
0 siblings, 0 replies; only message in thread
From: gregkh @ 2015-12-06 5:51 UTC (permalink / raw)
To: wens, gregkh, maxime.ripard; +Cc: stable, stable-commits
This is a note to let you know that I've just added the patch titled
ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU
to the 4.2-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
arm-dts-sun6i-hummingbird-fix-vdd-cpu-and-vdd-gpu.patch
and it can be found in the queue-4.2 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.
>From 976d84fce6aa1e5bf92b8d06d69014ac45fd5fad Mon Sep 17 00:00:00 2001
From: Chen-Yu Tsai <wens@csie.org>
Date: Sat, 10 Oct 2015 22:48:56 +0800
Subject: ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU
regulator names
From: Chen-Yu Tsai <wens@csie.org>
commit 976d84fce6aa1e5bf92b8d06d69014ac45fd5fad upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts
+++ b/arch/arm/boot/dts/sun6i-a31-hummingbird.dts
@@ -184,18 +184,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 {
Patches currently in stable-queue which might be from wens@csie.org are
queue-4.2/arm-dts-sun6i-hummingbird-fix-vdd-cpu-and-vdd-gpu.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-06 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-06 5:51 Patch "ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU" has been added to the 4.2-stable tree gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).