mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 06:31:58 +02:00
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>
This commit is contained in:
parent
cbbdea0dc4
commit
3e11c77250
|
|
@ -76,7 +76,7 @@ properties:
|
|||
|
||||
interrupts:
|
||||
minItems: 1
|
||||
maxItems: 9
|
||||
maxItems: 17
|
||||
|
||||
interrupt-names:
|
||||
oneOf:
|
||||
|
|
@ -84,6 +84,25 @@ properties:
|
|||
- items:
|
||||
- const: doorbell
|
||||
|
||||
- items:
|
||||
- const: doorbell
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
- pattern: "^shared([0-9]|1[0-5])$"
|
||||
|
||||
- items:
|
||||
- const: doorbell
|
||||
- pattern: "^shared[0-7]$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user