beagleboard / kernel

Kernel for the beagleboard.org boards
174 stars 159 forks source link

SPIDEV virtual capes for SPI0 and SPI1 #44

Open ianmcmahon opened 11 years ago

ianmcmahon commented 11 years ago

Tom King and I collaborated on this overlay to enable spidev devices for working with Blank Canvas Cape

ka6sox commented 11 years ago

It is generic for SPIDEV devices on both SPI0 and SPI1. But first application is programming the BCC.

eliasbakken commented 11 years ago

Very good! Goes well with my patch for separating the HDMI audio from the video since the audio uses the same pins as SPI1.

ianmcmahon commented 11 years ago

I need to tweak it a bit, it currently doesn't apply properly. Stay tuned...

ianmcmahon commented 11 years ago

Ok I think I've fixed the problems with it... it should be ready for review

jadonk commented 10 years ago

@ianmcmahon Can you rebase and make a clean pull request if this is still needed?