Closed imnotjames closed 1 year ago
I marked SCS as optional. I've found that it's actively detrimental for getting other boards like the radxa zero that have hardware-supported SPI to work.
But I wonder: Is separate chip select even needed on the pi? Can't the SPI interface driver handle this instead of our display driver?
I won't be getting a pi zero for a while so I can't confirm there's any way to skip the CS yet. I'll open for review.
Okay, pi zero arrived!
this updates the interactions with gpio pins to use the newer gpio descriptor API in the kernel rather than the deprecated gpio-by-int interface
this means that the gpio pins can be configured as part of the device tree rather than during compile time
Read more about the GPIO Consumer interface here