Tool/software: TI C/C++ Compiler
Hi,
I was try to bring up the ADC channel but i am not able to get that..
Please help me out of this issue.
My dtsi file looks like below
&tscadc {
status = "okay";
tsc {
ti,wires = <8>;
ti,x-plate-resistance = <200>;
ti,coordinate-readouts = <5>;
ti,wire-config = <0x00 0x11 0x22 0x33>;
ti,charge-delay = <0x400>;
};
adc {
ti,adc-channels = <0 1 2 3 4 5 6 7>;
};
};
but in kernel i am not able make it <*> TI's AM335X ADC driver like this it's in the Module formate <M> TI's AM335X ADC driver onle after getting module formate how to load the my board please help of this as wall
Thanks & regards
Chethan GR