ARM: dts: tbs711: Fix touchscreen compatible
authorMaxime Ripard <maxime@cerno.tech>
Wed, 1 Sep 2021 09:18:45 +0000 (11:18 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:04:31 +0000 (09:04 +0200)
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
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts

index 7fe2a584ddf97722d00e203a4e5f76702fbeecec..a7d4ca308990c2082985359a84c874cfe201c8ac 100644 (file)
        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 */