Beaglebone black : Uboot & SPI driver

Hi,

I don’t see any SPI driver for the AM335X. I guess that I need to port the spi driver from the kernel.

If someone know where I can find one, I’ m interesting !

Micka,

https://github.com/u-boot/u-boot/blob/master/drivers/spi/omap3_spi.c

Regards,

I saw it, but I thought that was for beagleboard or x15.

https://github.com/u-boot/u-boot/blob/master/drivers/spi/omap3_spi.c#L28

#if defined(CONFIG_AM33XX) || defined(CONFIG_AM43XX)

The BeagleBone is AM33XX based.

Regards,