Skip to content

Commit dbf88f7

Browse files
lumagwilldeacon
authored andcommitted
dt-bindings: arm-smmu: Add missing Qualcomm SMMU compatibles
Add missing compatibles used for Adreno SMMU on sc7280 and sm8450 platforms and for the Qualcomm v2 SMMU used on SDM630 platform. Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 8d3a9ec commit dbf88f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/devicetree/bindings/iommu/arm,smmu.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ properties:
2828
- enum:
2929
- qcom,msm8996-smmu-v2
3030
- qcom,msm8998-smmu-v2
31+
- qcom,sdm630-smmu-v2
3132
- const: qcom,smmu-v2
3233

3334
- description: Qcom SoCs implementing "arm,mmu-500"
@@ -51,10 +52,20 @@ properties:
5152
- qcom,sm8350-smmu-500
5253
- qcom,sm8450-smmu-500
5354
- const: arm,mmu-500
55+
56+
- description: Qcom Adreno GPUs implementing "arm,smmu-500"
57+
items:
58+
- enum:
59+
- qcom,sc7280-smmu-500
60+
- qcom,sm8250-smmu-500
61+
- const: qcom,adreno-smmu
62+
- const: arm,mmu-500
5463
- description: Qcom Adreno GPUs implementing "arm,smmu-v2"
5564
items:
5665
- enum:
66+
- qcom,msm8996-smmu-v2
5767
- qcom,sc7180-smmu-v2
68+
- qcom,sdm630-smmu-v2
5869
- qcom,sdm845-smmu-v2
5970
- const: qcom,adreno-smmu
6071
- const: qcom,smmu-v2

0 commit comments

Comments
 (0)