diff options
author | Danila Tikhonov <danila@jiaxyga.com> | 2023-09-13 20:45:24 +0200 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2023-10-12 14:48:28 +0200 |
commit | c53cdc02915a380b69c9db9e59e86b3a98415a3d (patch) | |
tree | dedb9b58dcdcca83c673f2b673790f3521c359b5 /Documentation | |
parent | iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range (diff) | |
download | linux-c53cdc02915a380b69c9db9e59e86b3a98415a3d.tar.xz linux-c53cdc02915a380b69c9db9e59e86b3a98415a3d.zip |
dt-bindings: arm-smmu: Add SM7150 GPU SMMUv2
SM7150 has a qcom,smmu-v2-style SMMU just for Adreno and friends.
Document it.
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230913184526.20016-2-danila@jiaxyga.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation')
-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 b1b2cf81b42f..aa9e1c0895a5 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu.yaml +++ b/Documentation/devicetree/bindings/iommu/arm,smmu.yaml @@ -110,6 +110,7 @@ properties: - qcom,sdm630-smmu-v2 - qcom,sdm845-smmu-v2 - qcom,sm6350-smmu-v2 + - qcom,sm7150-smmu-v2 - const: qcom,adreno-smmu - const: qcom,smmu-v2 - description: Qcom Adreno GPUs on Google Cheza platform @@ -409,6 +410,7 @@ allOf: contains: enum: - qcom,sm6350-smmu-v2 + - qcom,sm7150-smmu-v2 - qcom,sm8150-smmu-500 - qcom,sm8250-smmu-500 then: |