In my quest to set SPI CS active-high on a Raspberry Pi with the Linux Kernel, I encountered several challenges due to the lack of clear documentation. To address this, I’ve contributed improvements to the existing documentation and provided practical examples.
cs-gpio
with GPIO_ACTIVE_HIGH
in the SPI controller and spi-cs-high
in the peripheral property.Find the details here:
I’m grateful for the assistance I received from the community. By contributing these improvements, I hope to give back and help others facing similar challenges.