diff options
author | Richard Acayan <mailingradian@gmail.com> | 2022-11-11 01:36:06 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-11-14 15:13:28 +0100 |
commit | 8d3a9ec6ae2886305fdd03652592b3c7ffea672b (patch) | |
tree | 6b87f73dd9ef57dc5669e18eb6ff24c3aa2893d8 /Documentation/devicetree/bindings/iommu | |
parent | iommu/arm-smmu-qcom: Add SM6115 support (diff) | |
download | linux-8d3a9ec6ae2886305fdd03652592b3c7ffea672b.tar.xz linux-8d3a9ec6ae2886305fdd03652592b3c7ffea672b.zip |
dt-bindings: iommu: arm-smmu: add sdm670 compatible
The Snapdragon 670 needs the IOMMU for GENI I2C. Add a compatible string in
the documentation to represent its support.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221111003606.126795-2-mailingradian@gmail.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu')
-rw-r--r-- | Documentation/devicetree/bindings/iommu/arm,smmu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 406b98d090f6..3ade2dbca70e 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -39,6 +39,7 @@ properties: - qcom,sc7280-smmu-500 - qcom,sc8180x-smmu-500 - qcom,sc8280xp-smmu-500 + - qcom,sdm670-smmu-500 - qcom,sdm845-smmu-500 - qcom,sdx55-smmu-500 - qcom,sdx65-smmu-500 |