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

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

dt-bindings: spi-msm-geni: Define fixed timeout property

SPI timeout is calculated dynamically based on current transfer size
and frequency. The property qcom,use-fixed-timeout can be used to fix
the timeout of 250ms for all transfers.

Change-Id: Id655fdf5d39c9e11753f797038217383de96ee1e
parent 30e6c72a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -36,7 +36,9 @@ Optional properties:
- qcom,shared_se: 	Specifies that this serial engine is shared simultaneously
			between execution environments. A true multi-EE usecase.
- qcom,le_vm:		Specifies that this serial engine is operating in a trusted VM.

- qcom,use-fixed-timeout : Set this flag to use 250ms fixed timeout value. This
			will improve overall SPI KPI value but not preferred
			for large transfer.

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