Other Parts Discussed in Thread: AM4379
Hi,
We designed a custom board to support touchscreen with 5 general-purpose ADC0 channels.in Am4379. There are only 4 wire TSC in DTS:
&tscadc {
status = "okay";
tsc {
ti,wires = <4>;
ti,x-plate-resistance = <200>;
ti,coordinate-readouts = <5>;
ti,wire-config = <0x01 0x10 0x23 0x32>;
ti,charge-delay = <0x800>;
};
adc {
ti,adc-channels = <4 5 6 7>;
};
};
We use 5 inputs (ADC0_AIN0, ADC0_AIN1, ADC0_AIN2,ADC0_AIN3,ADC0_AIN4) connected to touchscree 5 pins respectively.( Is there an error in Technical_Reference_Manual(Rev_H) that 5-wire TSC with 3 general-purpose ADC channels in 11.1 Page 1794?).
I want to know how to modify the DTS, and how to config kernel with TI touchscreen support. Our SDK is sdk-05.01.00.11. Is there any document about TSC config to reference?
Best Regards,