SPI3 works with spidev; kernel hangs/timeouts when binding ILI9341 DRM/TFT driver
Hi,I am trying to bring up an ILI9341 SPI TFT display on STM32MP257F-EV1 using OpenSTLinux Yocto (kernel 6.6.116).SPI2/SPI3/SPI8 work correctly with generic spidev nodes:compatible = "rohm,dh2228fv";and /dev/spidev* devices are created successfully. ...