Skip to content

Commit 2ac2920

Browse files
committed
dt-bindings: mailbox: arm,mhu: Make secure interrupt optional
The secure interrupt is only useful to secure world, therefore for NS users it shouldn't be required. Make it optional. This fixes a warning on Arm Juno board: mhu@2b1f0000: interrupts: [[0, 36, 4], [0, 35, 4]] is too short Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 487ceef commit 2ac2920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/mailbox/arm,mhu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ properties:
5757
maxItems: 1
5858

5959
interrupts:
60+
minItems: 2
6061
items:
6162
- description: low-priority non-secure
6263
- description: high-priority non-secure

0 commit comments

Comments
 (0)