diff options
author | Maxime Ripard <maxime@cerno.tech> | 2021-09-01 12:18:45 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-09-13 10:04:31 +0300 |
commit | a73079c889ec13a8a3d0e112d6243c556edbec54 (patch) | |
tree | 9e323c04f3efa479a5c38e7a10c9027ab43d0dec /arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | |
parent | dbec4cb403eb1cdcbb4f0c8f3e6e907e04a46ed5 (diff) | |
download | linux-a73079c889ec13a8a3d0e112d6243c556edbec54.tar.xz |
ARM: dts: tbs711: Fix touchscreen compatible
The edt,edt-ft5x06 compatible has never been a valid compatible
according to the binding. Let's change for one that is.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-46-maxime@cerno.tech
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 7fe2a584ddf9..a7d4ca308990 100644 --- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts +++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts @@ -169,7 +169,7 @@ status = "okay"; touchscreen@38 { - compatible = "edt,edt-ft5x06"; + compatible = "edt,edt-ft5206"; reg = <0x38>; interrupt-parent = <&r_pio>; interrupts = <0 7 IRQ_TYPE_EDGE_FALLING>; /* PL7 */ |