linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mailbox: arm,mhu: Make secure interrupt optional
@ 2022-07-28 19:08 Rob Herring
  2022-07-28 20:17 ` Jassi Brar
  2022-07-29  8:48 ` Sudeep Holla
  0 siblings, 2 replies; 11+ messages in thread
From: Rob Herring @ 2022-07-28 19:08 UTC (permalink / raw)
  To: Jassi Brar, Krzysztof Kozlowski; +Cc: Jassi Brar, linux-kernel, devicetree

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 <robh@kernel.org>
---
 Documentation/devicetree/bindings/mailbox/arm,mhu.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml b/Documentation/devicetree/bindings/mailbox/arm,mhu.yaml
index bd49c201477d..d9a4f4a02d7c 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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-08-01 14:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 19:08 [PATCH] dt-bindings: mailbox: arm,mhu: Make secure interrupt optional Rob Herring
2022-07-28 20:17 ` Jassi Brar
2022-07-28 21:07   ` Jassi Brar
2022-07-29 11:10     ` Sudeep Holla
2022-07-29 15:18       ` Jassi Brar
2022-08-01 10:23         ` Sudeep Holla
2022-08-01 13:57           ` Jassi Brar
2022-08-01 14:18             ` Sudeep Holla
2022-07-29 23:17       ` Rob Herring
2022-08-01 10:28         ` Sudeep Holla
2022-07-29  8:48 ` Sudeep Holla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).