summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun7i-a20.dtsi
diff options
context:
space:
mode:
authorHans de Goede2015-03-08 21:53:42 +0100
committerMaxime Ripard2015-04-27 08:20:26 +0200
commit8bf1b9b3d90194a174493febc731f7783f2adf1a (patch)
tree79816a2cd91d2aad0114ff37c3cb8a47f14069ff /arch/arm/boot/dts/sun7i-a20.dtsi
parentARM: dts: add vendor prefix for cubietech (diff)
downloadkernel-qcow2-linux-8bf1b9b3d90194a174493febc731f7783f2adf1a.tar.gz
kernel-qcow2-linux-8bf1b9b3d90194a174493febc731f7783f2adf1a.tar.xz
kernel-qcow2-linux-8bf1b9b3d90194a174493febc731f7783f2adf1a.zip
ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later
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>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index fdd181792b4b..2b4847c7cbd4 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>;