Skip to content

Commit 5c36866

Browse files
konradybciowilldeacon
authored andcommitted
dt-bindings: arm-smmu: Use qcom,smmu compatible for MMU500 adreno SMMUs
qcom,smmu-500 was introduced to prevent people from adding new compatibles for what seems to roughly be the same hardware. Use it for qcom,adreno-smmu-compatible targets as well. While at it, fix the "arm,smmu-500" -> "arm,mmu-500" typo in the comment. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230313-topic-gpu_smmu_bindings-v3-1-66ab655fbfd5@linaro.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 7f061c1 commit 5c36866

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,19 @@ properties:
7676
- qcom,sm8350-smmu-500
7777
- qcom,sm8450-smmu-500
7878
- const: arm,mmu-500
79-
80-
- description: Qcom Adreno GPUs implementing "arm,smmu-500"
79+
- description: Qcom Adreno GPUs implementing "qcom,smmu-500" and "arm,mmu-500"
80+
items:
81+
- enum:
82+
- qcom,sc7280-smmu-500
83+
- qcom,sm8150-smmu-500
84+
- qcom,sm8250-smmu-500
85+
- const: qcom,adreno-smmu
86+
- const: qcom,smmu-500
87+
- const: arm,mmu-500
88+
- description: Qcom Adreno GPUs implementing "arm,mmu-500" (legacy binding)
89+
deprecated: true
8190
items:
91+
# Do not add additional SoC to this list. Instead use previous list.
8292
- enum:
8393
- qcom,sc7280-smmu-500
8494
- qcom,sm8150-smmu-500

0 commit comments

Comments
 (0)