Hello all!!
I want to enable the touch screen (TSC2046) which is connected to the board via SPI1.
I am using the last linux distribution (by git).
When i build the kernel, i choose in the menuconfig the options of TOUCH SCREEN and ADS7846 based touch-screen. Also, i enable the spi support.
When choosing these options i may think that it may work, but no, it doesnt. From looking at the davinci files (da830.c) i can see that there aren't any SPI protocols or devices initialiation.
I want to initialize the SPI protocol (i saw that in montavista - files - release they init the SPI when init the board), so i guess i have to add structs and pins and mux configuration and initializaion to the C files of "da830" and "devices-da830", but i dont know how to do it..
Any body got something? idea? a patch?
Please Help, i am getting crazy of figuring it out.