Commit 3cc3cf9f authored by Hans de Goede's avatar Hans de Goede Committed by Sasha Levin

ARM: dts: sunxi: Adjust touchscreen compatible for sun5i and later

[ Upstream commit 8bf1b9b3 ]

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: default avatarTong Zhang <lovewilliam@gmail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 65218131
...@@ -526,7 +526,7 @@ sid: eeprom@01c23800 { ...@@ -526,7 +526,7 @@ sid: eeprom@01c23800 {
}; };
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>;
}; };
......
...@@ -474,7 +474,7 @@ sid: eeprom@01c23800 { ...@@ -474,7 +474,7 @@ sid: eeprom@01c23800 {
}; };
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>;
}; };
......
...@@ -896,7 +896,7 @@ sid: eeprom@01c23800 { ...@@ -896,7 +896,7 @@ sid: eeprom@01c23800 {
}; };
rtp: rtp@01c25000 { rtp: rtp@01c25000 {
compatible = "allwinner,sun4i-a10-ts"; compatible = "allwinner,sun5i-a13-ts";
reg = <0x01c25000 0x100>; reg = <0x01c25000 0x100>;
interrupts = <0 29 4>; interrupts = <0 29 4>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment