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.

Has anybody succeed to used spi1 to drive a touch screen on dm365?

Other Parts Discussed in Thread: TSC2046

I want to use the tsc2046 to drive a touch screen by spi1 on dm365, but the spi driver doesn't permit to share the spi1int0/spi1int1,share with edma, with others modules. So when called request_irq in spi_prob, it always return error. How I can do to skip it? Must to use spi0?