I'm trying this: How to enable SPI1 and SPI0 at the same time? on Simply Linux 10.2 with Raspberry Pi 4 Model B. I want to use two touchscreens.
I'm adding dtoverlay=spi1-3cs to /boot/config.txt I'm adding spi-bcm2711 to /etc/modules
But this is not enouth. The first touchscreen works, the second doesn't. Even if I connect it without the first one.
My touchscreen is 10.1 inch HDMI LCD with XPT2046 Touch Controller. I use pins MOSI, MISO, SCK, P6 and CE1. I conect LCD to Raspberry like this P6-GPIO18, SPI1 MISO-GPIO19, SPI1 MOSI-GPIO20, SPI1 SCLK-GPIO 21, CE1-GPIO22.