Hi Ti members:
I have a design issue about the spi role in linux,
If we want enable spi slave mode, I need enable CONFIG_SPI_SLAVE.
But in our project design, we will use two spi path.
one spi (mcspi3) will connect to a Lin master, and our role is master.
and one spi (mcu_spi0) will connect to another soc, and our role is slave.
So my question is can we let spi master mode and slave mode work together in linux?
BR
Sentinen Chen