Skip to content

Commit eb9181a

Browse files
Mani-Sadhasivamwilldeacon
authored andcommitted
dt-bindings: arm-smmu: Fix binding for SDX55 and SDX65
Both SDX55 and SDX66 SoCs are using the Qualcomm version of the SMMU-500 IP. But the binding lists them under the non-qcom implementation which is not correct. So fix the binding by moving these two SoCs under "qcom,smmu-500" implementation. Fixes: 6c84bbd ("dt-bindings: arm-smmu: Add generic qcom,smmu-500 bindings") Signed-off-by: Manivannan Sadhasivam <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 822765f commit eb9181a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ properties:
4343
- qcom,sc8280xp-smmu-500
4444
- qcom,sdm670-smmu-500
4545
- qcom,sdm845-smmu-500
46+
- qcom,sdx55-smmu-500
47+
- qcom,sdx65-smmu-500
4648
- qcom,sm6115-smmu-500
4749
- qcom,sm6125-smmu-500
4850
- qcom,sm6350-smmu-500
@@ -54,14 +56,6 @@ properties:
5456
- const: qcom,smmu-500
5557
- const: arm,mmu-500
5658

57-
- description: Qcom SoCs implementing "arm,mmu-500" (non-qcom implementation)
58-
deprecated: true
59-
items:
60-
- enum:
61-
- qcom,sdx55-smmu-500
62-
- qcom,sdx65-smmu-500
63-
- const: arm,mmu-500
64-
6559
- description: Qcom SoCs implementing "arm,mmu-500" (legacy binding)
6660
deprecated: true
6761
items:

0 commit comments

Comments
 (0)