This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Wire config parameter of TSC driver

Hi,

  Does the TSC touchscreen driver drop the wire-config parameter ? 

  We would like to change the pinmux of 4 wire touchscreen (XP, XN, YP, YN) from

ti,wire-config = <0x00 0x11 0x22 0x33>;

to
ti,wire-config = <0x01 0x13 0x20 0x32>; 

It did not work for us. Is it still configurable?

Regards,
Shu
  • That configuration logic doesn't work. What you're trying to do here would not even be possible, i.e. there's a hardware limitation not a software limitation. AIN0 can only be driven high, so you can't hook XN to it. Similarly AIN3 can only be driven low, so you can't hook YP to it. The one and only configuration that should be used is XP, XN, YP, YN.