Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7fa7612 authored by Ashish Kori's avatar Ashish Kori
Browse files

dt-bindings: spi-msm-geni: Add flag to disable dma mode

SPI driver supports FIFO/DMA mode and mode selection is based on
transfer size. This change will allow SPI driver to use only FIFO mode.

Change-Id: Ia8c496bf768aa8d119cfd237ef825915e4814c9a
parent 05f34477
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ Optional properties:
- qcom,rt:	Specifies if the framework worker thread for this
		controller device should have "real-time" priority.
- qcom,disable-autosuspend: Specifies to disable runtime PM auto suspend.
- qcom,disable-dma: Set this flag to use FIFO mode only.

SPI slave nodes must be children of the SPI master node and can contain
the following properties.