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.

Re: ADS8556 connected to OMAP-L138

How does one add a second SPI port in Linux?  This would be SPI0, since SPI1 is used for the SPI Flash.  I have replicated the resource, platform_device, da850_init_spi (0 in this case), and davinci_spi_platform_data in devices-da8xx.c, and do the appropriate pinmux setups in board-da850-evm.c, followed by the da850_init_spi0, but there is no additional interrupt when I run "cat /proc/interrupts".  Do I need to modify davinci_spi.c as well?