diff options
author | Martin Botka <martin.botka@somainline.org> | 2022-12-22 22:32:51 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-01-24 14:35:53 +0300 |
commit | 822765f44ec1996cf1137b49ff65001098af2714 (patch) | |
tree | 5267a70361b05ec8aa855dc94b97c4f411277a94 /Documentation/devicetree/bindings/iommu | |
parent | 0802999c9b7c3549ce7627d3e6d704f3a127904b (diff) | |
download | linux-822765f44ec1996cf1137b49ff65001098af2714.tar.xz |
dt-bindings: arm-smmu: Document smmu-500 binding for SM6125
Document smmu-500 compatibility with the SM6125 SoC.
Signed-off-by: Martin Botka <martin.botka@somainline.org>
[Marijn: Move compatible to the new, generic, qcom,smmu-500 list]
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221222193254.126925-2-marijn.suijten@somainline.org
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml index 52982ec9ad13..93c6a4ddcf2c 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -44,6 +44,7 @@ properties: - qcom,sdm670-smmu-500 - qcom,sdm845-smmu-500 - qcom,sm6115-smmu-500 + - qcom,sm6125-smmu-500 - qcom,sm6350-smmu-500 - qcom,sm6375-smmu-500 - qcom,sm8150-smmu-500 @@ -389,6 +390,7 @@ allOf: - qcom,sdx55-smmu-500 - qcom,sdx65-smmu-500 - qcom,sm6115-smmu-500 + - qcom,sm6125-smmu-500 - qcom,sm6350-smmu-500 - qcom,sm6375-smmu-500 - qcom,sm8350-smmu-500 |