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.
yes I found that, too. The spi driver from TI (davinci_spi.c) hard codes the spi bus used, ignoring the bus parameter from the spi driver.
It's pretty easy to change the code so it uses the correct base address given the bus number...
(put the correct base address in the struct during initialization based on the bus)
TI should fix this.