Part Number: TSC2007
Tool/software:
Dear supporter,
My environment is,
1. Platform : embedded linux(yocto), NXP i.MX8QXP
2. Touch IC & connector : TI-TSC2007, 4wire(X+/-, Y+/-)
3. Screen resolution : 1280x1024
4. Problem :
When I touch the panel on the target board after touch calibration, the upper horizontal axis reacts when the left vertical axis is pressed, and the lower horizontal axis reacts when the right vertical axis is pressed.
I have checked several times that touch panel lines is connected correctly to the tsc2007.
I attached schematic of touch part and device tree, please let me know how I can fix it.

tsc2007@48 {
compatible = "ti,tsc2007";
gpio-controller;
#address-cells = <1>;
#size-cells = <0>;
reg = <0x48>; // 0x48 | A0~A2:00
gpios = <&lsio_gpio1 14 1>; // 1:active low
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_tsc2007>;
interrupt-parent = <&lsio_gpio1>;
interrupts = <14 IRQ_TYPE_EDGE_FALLING>; //IMX8QXP_ADC_IN4_LSIO_GPIO1_IO14
ti,x-plate-ohms = <100>;
touchscreen-size-x = <1280>;
touchscreen-size-y = <1024>;
};
