Skip to content

Commit bd0d696

Browse files
Andre-ARMwilldeacon
authored andcommitted
dt-bindings: arm-smmu: Allow mmu-400, smmu-v1 compatible
The Arm SMMUv1 DT binding only allows combining arm,mmu-401 with arm,smmu-v1, even though the MMU-400 is compatible as well. Allow this combination as well to let the Arm Juno board pass the test. Signed-off-by: Andre Przywara <[email protected]> Acked-by: Robin Murphy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 68aee4a commit bd0d696

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ properties:
4141
- const: arm,mmu-500
4242
- const: arm,smmu-v2
4343
- items:
44-
- const: arm,mmu-401
44+
- enum:
45+
- arm,mmu-400
46+
- arm,mmu-401
4547
- const: arm,smmu-v1
4648
- enum:
4749
- arm,smmu-v1

0 commit comments

Comments
 (0)