Hello,
I use 3-wire spi device with omap35x.
But it seems not to be detected from kernbel code.
I suspect it is issue of 3-wire not supported in kernel driver ?
Is is correct assumption ? Is there any patch to support 3-wire with omap ?
Regards,
Ran
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I use 3-wire spi device with omap35x.
But it seems not to be detected from kernbel code.
I suspect it is issue of 3-wire not supported in kernel driver ?
Is is correct assumption ? Is there any patch to support 3-wire with omap ?
Regards,
Ran
Dear Ran,
Yes, it seems the driver is not supporting the 3-wire SPI (half duplex)
Can you try to use the existing driver with tie up the SIMO & SOMI of host to 10K resistor as given in below link ?
But I'm not sure about this.

In newer kernel, the have added the support as a property "spi-3wire" , it may come in future for newer devices.
http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/spi/spi-bus.txt?v=3.8