From: Maxime Ripard Date: Wed, 1 Sep 2021 09:18:45 +0000 (+0200) Subject: ARM: dts: tbs711: Fix touchscreen compatible X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a73079c889ec13a8a3d0e112d6243c556edbec54;p=linux.git 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 Acked-by: Jernej Skrabec Link: https://lore.kernel.org/r/20210901091852.479202-46-maxime@cerno.tech --- diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts index 7fe2a584ddf97..a7d4ca308990c 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 */