summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@nxp.com>2026-02-12 19:19:49 +0300
committerFrank Li <Frank.Li@nxp.com>2026-04-06 04:35:21 +0300
commitf29f4db9f1a7f48058400c1956d8429a8ee4539d (patch)
treee8019049b27db77aa4a07e7cb27f3d46c5cdfd26
parent05e4d6ef33c878a63c283cbbc833450173a80a09 (diff)
downloadlinux-f29f4db9f1a7f48058400c1956d8429a8ee4539d.tar.xz
ARM: dts: imx28-tx28: rename compatible to "edt,edt-ft5206"
The compatible string "edt,edt-ft5x06" is neither documented nor used. According to drivers/input/touchscreen/edt-ft5x06.c, ft5206, ft5306 and ft5406 are compatible. Use "edt,edt-ft5206" instead, as the datasheet does not specify the exact touchscreen model. Signed-off-by: Frank Li <Frank.Li@nxp.com>
-rw-r--r--arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
index c55e0900e86d..6395148a96cf 100644
--- a/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
+++ b/arch/arm/boot/dts/nxp/mxs/imx28-tx28.dts
@@ -280,7 +280,7 @@
};
polytouch: edt-ft5x06@38 {
- compatible = "edt,edt-ft5x06";
+ compatible = "edt,edt-ft5206";
reg = <0x38>;
pinctrl-names = "default";
pinctrl-0 = <&tx28_edt_ft5x06_pins>;