Hello i.MX7/8 community,
I found very confusing explanation about SPI slave usage of the i.MX7/8 SPI controllers.
In the kroot/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
It says:
- fsl,spi-only-use-cs1-sel : spi common code does not support use of CS signals
discontinuously. i.MX8DXL-EVK board only uses CS1
without using CS0. Therefore, add this property to
re-config the chip select value in the LPSPI driver.
What does such a statement mean (bolded)?

Does it mean that SPI Slave mode supports SS per 8 bits received, so each 8 bits received must have distinct SS (falling edge begin of read, rising edge end of read)? As shown on the first two figures?
Or it does mean that there is a burst of octets, back to back, for example 23 octets, 184 bits, all the time SS active low? And if SPI Slave Mode does support bursts of octets, do we need to use SPI0 CS1 (- fsl,spi-only-use-cs1-sel as a DTSI property to be mandatory given)?
In other words, for the SPI Slave Mode, does CS0 support only octet by octet xfer, and does CS1 only support burst of octets?
Thank you for the answers!
Zee
_______