From 8573f34689f558889500b20325d68f50c005738b Mon Sep 17 00:00:00 2001 From: Viken Dadhaniya Date: Tue, 29 Nov 2022 20:59:16 +0530 Subject: [PATCH] dt-bindings: spi-msm-geni: Add property for extra timeout Add property to add extra offset to SPI transfer time out value. Change-Id: I6c78bc0c8dee200268a74abf375461593ebb248b --- bindings/spi/qcom,spi-msm-geni.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bindings/spi/qcom,spi-msm-geni.txt b/bindings/spi/qcom,spi-msm-geni.txt index 26145749..185f4816 100644 --- a/bindings/spi/qcom,spi-msm-geni.txt +++ b/bindings/spi/qcom,spi-msm-geni.txt @@ -36,7 +36,10 @@ 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,xfer-timeout-offset: Adds extra timeout offset on top driver calculated timeout. + Depending on the use case and system latencies, the client can + configure this. + Unit - ms. SPI slave nodes must be children of the SPI master node and can contain the following properties.