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>
This commit is contained in:
Hans de Goede 2015-03-08 21:53:42 +01:00 коммит произвёл Maxime Ripard
Родитель 8a9cbf5ead
Коммит 8bf1b9b3d9
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -505,7 +505,7 @@
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <29>; interrupts = <29>;
#thermal-sensor-cells = <0>; #thermal-sensor-cells = <0>;

Просмотреть файл

@ -1042,7 +1042,7 @@
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
#thermal-sensor-cells = <0>; #thermal-sensor-cells = <0>;