From: Greg Kroah-Hartman Date: Tue, 30 Jun 2015 00:42:16 +0000 (-0700) Subject: 4.1-stable patches X-Git-Tag: v3.10.83~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dd2473246f577946e7adbb9bcfd9b822f11cc57;p=thirdparty%2Fkernel%2Fstable-queue.git 4.1-stable patches added patches: arm-dts-sunxi-adjust-touchscreen-compatible-for-sun5i-and-later.patch --- diff --git a/queue-4.1/arm-dts-sunxi-adjust-touchscreen-compatible-for-sun5i-and-later.patch b/queue-4.1/arm-dts-sunxi-adjust-touchscreen-compatible-for-sun5i-and-later.patch new file mode 100644 index 00000000000..fd8fef897d9 --- /dev/null +++ b/queue-4.1/arm-dts-sunxi-adjust-touchscreen-compatible-for-sun5i-and-later.patch @@ -0,0 +1,57 @@ +From 8bf1b9b3d90194a174493febc731f7783f2adf1a Mon Sep 17 00:00:00 2001 +From: Hans de Goede +Date: Sun, 8 Mar 2015 21:53:42 +0100 +Subject: ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later + +From: Hans de Goede + +commit 8bf1b9b3d90194a174493febc731f7783f2adf1a upstream. + +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. + +Reported-by: Tong Zhang +Signed-off-by: Hans de Goede +Signed-off-by: Maxime Ripard +Signed-off-by: Hans de Goede +Signed-off-by: Greg Kroah-Hartman +--- + 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(-) + +--- 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>; +--- 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>; +--- 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 = ; + #thermal-sensor-cells = <0>; diff --git a/queue-4.1/series b/queue-4.1/series index e69de29bb2d..e4b9283df96 100644 --- a/queue-4.1/series +++ b/queue-4.1/series @@ -0,0 +1 @@ +arm-dts-sunxi-adjust-touchscreen-compatible-for-sun5i-and-later.patch