aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml')
-rw-r--r--sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml b/sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml
index 5951c6f98c74..75fcf4cb52d9 100644
--- a/sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml
+++ b/sys/contrib/device-tree/Bindings/iommu/arm,smmu-v3.yaml
@@ -37,13 +37,13 @@ properties:
hardware supports just a single, combined interrupt line.
If provided, then the combined interrupt will be used in preference to
any others.
- - minItems: 2
- maxItems: 4
+ - minItems: 1
items:
- - const: eventq # Event Queue not empty
- - const: gerror # Global Error activated
- - const: priq # PRI Queue not empty
- - const: cmdq-sync # CMD_SYNC complete
+ enum:
+ - eventq # Event Queue not empty
+ - gerror # Global Error activated
+ - cmdq-sync # CMD_SYNC complete
+ - priq # PRI Queue not empty
'#iommu-cells':
const: 1