]> git.hungrycats.org Git - linux/commitdiff
ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
authorHans de Goede <hdegoede@redhat.com>
Sun, 8 Mar 2015 20:53:42 +0000 (21:53 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 18 Apr 2016 12:49:33 +0000 (08:49 -0400)
[ Upstream commit 8bf1b9b3d90194a174493febc731f7783f2adf1a ]

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 <lovewilliam@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/arm/boot/dts/sun5i-a10s.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi

index 531272c0e526aec013c22ec6a7d6a3a044f88467..fd2bcd3b7a9a12edf9712baba4ffdaad553b281b 100644 (file)
                };
 
                rtp: rtp@01c25000 {
-                       compatible = "allwinner,sun4i-a10-ts";
+                       compatible = "allwinner,sun5i-a13-ts";
                        reg = <0x01c25000 0x100>;
                        interrupts = <29>;
                };
index b131068f4f351ca92e7df07d63641cec143c5fc2..f9b019991f86150bcfdf178786be2ce7c28e0b6f 100644 (file)
                };
 
                rtp: rtp@01c25000 {
-                       compatible = "allwinner,sun4i-a10-ts";
+                       compatible = "allwinner,sun5i-a13-ts";
                        reg = <0x01c25000 0x100>;
                        interrupts = <29>;
                };
index 82097c905c48cb5e99387db684c113fb6d37cb94..dcff77817c22d1163e9a1c22ab07b66581fc1385 100644 (file)
                };
 
                rtp: rtp@01c25000 {
-                       compatible = "allwinner,sun4i-a10-ts";
+                       compatible = "allwinner,sun5i-a13-ts";
                        reg = <0x01c25000 0x100>;
                        interrupts = <0 29 4>;
                };