diff options
author | 2021-04-08 16:21:14 +0000 | |
---|---|---|
committer | 2021-08-04 21:58:41 -0500 | |
commit | a95fc720844154acc79064c222335165fe7cb136 (patch) | |
tree | 1965ad50ed09c5581418f5eedb9e01d8226a6d0a | |
parent | soc: qcom: smd-rpm: Add SM6115 compatible (diff) | |
download | wireguard-linux-a95fc720844154acc79064c222335165fe7cb136.tar.xz wireguard-linux-a95fc720844154acc79064c222335165fe7cb136.zip |
dt-bindings: qcom: geni-se: document iommus
Document the iommus property for QCOM Geni SE.
Signed-off-by: Caleb Connolly <caleb@connolly.tech>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210408161953.26298-4-caleb@connolly.tech
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml index 4663c2bcad50..a776cd37c297 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml @@ -51,6 +51,9 @@ properties: interconnect-names: const: qup-core + iommus: + maxItems: 1 + required: - compatible - reg |