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>
This commit is contained in:
Frank Li 2026-02-12 11:19:49 -05:00
parent 05e4d6ef33
commit f29f4db9f1

View File

@ -280,7 +280,7 @@ gpio5: pca953x@20 {
};
polytouch: edt-ft5x06@38 {
compatible = "edt,edt-ft5x06";
compatible = "edt,edt-ft5206";
reg = <0x38>;
pinctrl-names = "default";
pinctrl-0 = <&tx28_edt_ft5x06_pins>;