Unverified Commit a73079c8 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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: default avatarMaxime Ripard <maxime@cerno.tech>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20210901091852.479202-46-maxime@cerno.tech
parent dbec4cb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ &i2c0 {
	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 */