* [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
@ 2015-06-26 12:47 Hans de Goede
2015-06-26 16:42 ` Greg Kroah-Hartman
0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2015-06-26 12:47 UTC (permalink / raw)
To: Greg Kroah-Hartman, stable
Cc: Maxime Ripard, linux-arm-kernel, devicetree, m.silentcreek,
Hans de Goede
This is a manual cherry pick of a commit currently queued up for merging
into 4.2, titled:
"ARM: dts: sunxi Adjust touchscreen compatible for sun5i and later"
For the 4.1 stable series, fixing a regression in 4.1 where we are now
reporting the wrong SoC temperature for sun5i and sun7i SoCs.
Conflicts:
arch/arm/boot/dts/sun5i.dtsi
Original commit message:
The touchscreen controller in the A13 and later has a different temperature
curve than the one in the original A10, change the compatible for the A13 and
later so that the kernel will use the correct curve.
Cc: stable@vger.kernel.org # 4.1
Reported-by: m.silentcreek@gmail.com
Reported-by: Tong Zhang <lovewilliam@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
arch/arm/boot/dts/sun5i-a10s.dtsi | 2 +-
arch/arm/boot/dts/sun5i-a13.dtsi | 2 +-
arch/arm/boot/dts/sun7i-a20.dtsi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
index 2fd8988..3794ca1 100644
--- a/arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
@@ -573,7 +573,7 @@
};
rtp: rtp@01c25000 {
- compatible = "allwinner,sun4i-a10-ts";
+ compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>;
interrupts = <29>;
#thermal-sensor-cells = <0>;
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
index 883cb48..5098185 100644
--- a/arch/arm/boot/dts/sun5i-a13.dtsi
+++ b/arch/arm/boot/dts/sun5i-a13.dtsi
@@ -555,7 +555,7 @@
};
rtp: rtp@01c25000 {
- compatible = "allwinner,sun4i-a10-ts";
+ compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>;
interrupts = <29>;
#thermal-sensor-cells = <0>;
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index fdd1817..2b4847c 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -1042,7 +1042,7 @@
};
rtp: rtp@01c25000 {
- compatible = "allwinner,sun4i-a10-ts";
+ compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
#thermal-sensor-cells = <0>;
--
2.4.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
2015-06-26 12:47 [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later Hans de Goede
@ 2015-06-26 16:42 ` Greg Kroah-Hartman
2015-06-27 8:20 ` Timo S.
0 siblings, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-26 16:42 UTC (permalink / raw)
To: Hans de Goede
Cc: stable, Maxime Ripard, linux-arm-kernel, devicetree,
m.silentcreek
On Fri, Jun 26, 2015 at 02:47:39PM +0200, Hans de Goede wrote:
> This is a manual cherry pick of a commit currently queued up for merging
> into 4.2, titled:
> "ARM: dts: sunxi Adjust touchscreen compatible for sun5i and later"
>
> For the 4.1 stable series, fixing a regression in 4.1 where we are now
> reporting the wrong SoC temperature for sun5i and sun7i SoCs.
What is the git commit id of it? I can't do anything with this until it
hits Linus's tree.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
2015-06-26 16:42 ` Greg Kroah-Hartman
@ 2015-06-27 8:20 ` Timo S.
2015-06-30 0:39 ` Greg Kroah-Hartman
0 siblings, 1 reply; 4+ messages in thread
From: Timo S. @ 2015-06-27 8:20 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Hans de Goede, stable, Maxime Ripard, linux-arm-kernel,
devicetree
Sorry, once again in plain text mode:
On Fri, Jun 26, 2015 at 6:42 PM, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
> What is the git commit id of it? I can't do anything with this until it
> hits Linus's tree.
It's in Linus' tree now:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8bf1b9b3d90194a174493febc731f7783f2adf1a
Regards,
Timo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
2015-06-27 8:20 ` Timo S.
@ 2015-06-30 0:39 ` Greg Kroah-Hartman
0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2015-06-30 0:39 UTC (permalink / raw)
To: Timo S.; +Cc: Hans de Goede, stable, Maxime Ripard, linux-arm-kernel,
devicetree
On Sat, Jun 27, 2015 at 10:20:23AM +0200, Timo S. wrote:
> Sorry, once again in plain text mode:
>
> On Fri, Jun 26, 2015 at 6:42 PM, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> > What is the git commit id of it? I can't do anything with this until it
> > hits Linus's tree.
>
> It's in Linus' tree now:
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8bf1b9b3d90194a174493febc731f7783f2adf1a
Thanks, now queued up.
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-06-30 0:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 12:47 [PATCH] ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later Hans de Goede
2015-06-26 16:42 ` Greg Kroah-Hartman
2015-06-27 8:20 ` Timo S.
2015-06-30 0:39 ` Greg Kroah-Hartman
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).