I'm developing on TI SDK 06.03.00.106, my project uses 4-pin touch, but it has a different wire pin than the default.
I changed the following settings in the device tree, but it didn't make any difference in weston-simple-touch and evtest.
ti,wire-config = <0x01 0x10 0x22 0x33>;
How to setting the touch pins in the device tree?
Or do I need to modify ti_am335x_tsc.c ?