From: Rob Herring Date: Thu, 28 Jul 2022 19:08:10 +0000 (-0600) Subject: dt-bindings: mailbox: arm,mhu: Make secure interrupt optional X-Git-Tag: v6.1-rc5~608^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ac2920cd8d9334e24bfd30d518010f99077a947;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Sudeep Holla Link: https://lore.kernel.org/r/20220728190810.1290857-1-robh@kernel.org --- diff --git a/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml b/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml index bd49c20..d9a4f4a 100644 --- a/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml +++ b/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml @@ -57,6 +57,7 @@ properties: maxItems: 1 interrupts: + minItems: 2 items: - description: low-priority non-secure - description: high-priority non-secure