Hi All,
I am using SBC8100 evaluation board with OMAP3530 processor (http://www.armkits.com/product/sbc8100.asp)
Currently I am trying to use the SPI pin on the board. I have recompile the kernel to support SPI as module. I do the following:
1. insmod spidev.ko
2. /sbin/mdev -s
However I still did not see the spidevA.B in /dev.
I read in spi linux documentation that I have to list the driver in the spi_board_info for a device. Where should I add this spi_board_info (which specific file, if possible could you tell me the directory and location of the file).
Under linux/arm/ directory, I found many folders which does not have a name "omap35xx". It has a lot of folders with "mach-xxxxx", however there is no "mach-omap3530" folder there. Some folders that could be possible are mach-omap1, mach-omap2 or plat-omap.
Does anyone has tried the SPI using OMAP3530 in Linux. Could you please advise me on how to configure it.
I am still beginner with embedded linux development, need your advise on this.
Thank you very much for your help.
Helmi