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?