OMAP SPI controller
2 answers
So, first I need to apologize for the previous shoot because of the hip.
I also just started looking for an attempt to get McSPI to work and it was kind of hard. TI doesn't have a lot of documentation and I still don't know how to successfully work with McSPI. But I thought I posted a link to google discussion on this topic as it looks like they managed to get at least McSPI3 working on OMAP3530.
0
source to share
At least PSP 3.00.00.04 , the mcspi driver is integrated with the Linux spi stack.
Enable
CONFIG_SPI and CONFIG_SPI_OMAP24XX
in your core.
Here's how to use spi devices in general.
There is also a spidev driver which is a user-space char device, but it's experimental.
0
source to share