diff mbox series

[2/2] dt-bindings: soc: qcom: Provide option to select FIFO mode

Message ID 20190904113613.14997-2-lee.jones@linaro.org
State New
Headers show
Series [1/2] i2c: qcom-geni: Provide an option to select FIFO processing | expand

Commit Message

Lee Jones Sept. 4, 2019, 11:36 a.m. UTC
Used when DMA is not available or the best option.

Signed-off-by: Lee Jones <lee.jones@linaro.org>

---
 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt
index dab7ca9f250c..b0e71c07e604 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.txt
@@ -40,6 +40,7 @@  Required properties:
 Optional property:
 - clock-frequency:	Desired I2C bus clock frequency in Hz.
 			When missing default to 100000Hz.
+- qcom,geni-se-fifo:	Selects FIFO processing - as opposed to DMA.
 
 Child nodes should conform to I2C bus binding as described in i2c.txt.