@@ -59,6 +59,10 @@ contain the following properties.
used for MOSI. Defaults to 1 if not present.
- spi-rx-bus-width - (optional) The bus width(number of data wires) that
used for MISO. Defaults to 1 if not present.
+- spi-tx-dtr - (optional) Its presence indicates bus can transmit in DTR
+ protocol.
+- spi-rx-dtr - (optional) Its presence indicates bus can receive in DTR
+ protocol.
- spi-half-duplex - (optional) Indicates that the SPI bus should wait for
a header byte before reading data from the slave.
Allow spi devices to express DTR receive and transmit capabilities via the properties "spi-rx-dtr" and "spi-tx-dtr". Signed-off-by: Pratyush Yadav <p.yadav at ti.com> --- Corresponding Kernel DT patch at https://lore.kernel.org/linux-mtd/20200226093703.19765-2-p.yadav at ti.com/ doc/device-tree-bindings/spi/spi-bus.txt | 4 ++++ 1 file changed, 4 insertions(+) -- 2.25.0