diff options
author | Vijaya Krishna Nivarthi <[email protected]> | 2023-04-24 15:02:37 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-05-08 08:50:40 +0900 |
commit | 64c05eb3a0f4d80e3e4deea5afa4ce6f48f5894c (patch) | |
tree | 09e732fa9251e8d3ee57cf7e305530075eadd535 | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
spi: dt-bindings: qcom,spi-qcom-qspi: Add iommus
Add iommus binding for DMA mode support
Signed-off-by: Vijaya Krishna Nivarthi <[email protected]
Acked-by: Krzysztof Kozlowski <[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml index ee8f7ea907b0..1696ac46a660 100644 --- a/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml +++ b/Documentation/devicetree/bindings/spi/qcom,spi-qcom-qspi.yaml @@ -29,6 +29,9 @@ properties: reg: maxItems: 1 + iommus: + maxItems: 1 + interrupts: maxItems: 1 |