Setting SPI clock to 20 MHz and beyond
Hello,
my system is based on an STM32MP151x, running embedded Linux (Buildroot generated + all the ST patches, v5.3.56). I am suing an SPI connection to an external hardware but so far, i am not able to set the SPI clock to 20MHz and higher.
Looking at the code (spidev, spi) it looks like the controller is just picking the default value (12 MHz) whatever the value i am using in my IOCTL call (i am using user space spidev ioctl to setup the SPI).
Is there a specific DTS section i might have omitted which would allow me to setup these higher SPI speeds ?
Thanks,
Jacques
