Skip to content

Commit 3e11c77

Browse files
committed
dt-bindings: mailbox: tegra-hsp: Bump number of shared interrupts
It turns out that some instances of the HSP block on Tegra264 can have up to 16 shared interrupts, so bump the maximum number of allowed interrupts. Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250506133118.1011777-3-thierry.reding@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent cbbdea0 commit 3e11c77

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

Documentation/devicetree/bindings/mailbox/nvidia,tegra186-hsp.yaml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,33 @@ properties:
7676

7777
interrupts:
7878
minItems: 1
79-
maxItems: 9
79+
maxItems: 17
8080

8181
interrupt-names:
8282
oneOf:
8383
# shared interrupts are optional
8484
- items:
8585
- const: doorbell
8686

87+
- items:
88+
- const: doorbell
89+
- pattern: "^shared([0-9]|1[0-5])$"
90+
- pattern: "^shared([0-9]|1[0-5])$"
91+
- pattern: "^shared([0-9]|1[0-5])$"
92+
- pattern: "^shared([0-9]|1[0-5])$"
93+
- pattern: "^shared([0-9]|1[0-5])$"
94+
- pattern: "^shared([0-9]|1[0-5])$"
95+
- pattern: "^shared([0-9]|1[0-5])$"
96+
- pattern: "^shared([0-9]|1[0-5])$"
97+
- pattern: "^shared([0-9]|1[0-5])$"
98+
- pattern: "^shared([0-9]|1[0-5])$"
99+
- pattern: "^shared([0-9]|1[0-5])$"
100+
- pattern: "^shared([0-9]|1[0-5])$"
101+
- pattern: "^shared([0-9]|1[0-5])$"
102+
- pattern: "^shared([0-9]|1[0-5])$"
103+
- pattern: "^shared([0-9]|1[0-5])$"
104+
- pattern: "^shared([0-9]|1[0-5])$"
105+
87106
- items:
88107
- const: doorbell
89108
- pattern: "^shared[0-7]$"

0 commit comments

Comments
 (0)