Skip to content

Commit

Permalink
Merge branch irq/irqchip-dt-updates into irq/irqchip-next
Browse files Browse the repository at this point in the history
DT updates

* irq/irqchip-dt-updates:
  dt-bindings: interrupt-controller: arm,gic-v3: Describe GICv3 optional properties
  dt-bindings: irqchip: renesas-irqc: Add R-Car M3-W+ support
  • Loading branch information
Marc Zyngier committed Jun 11, 2021
2 parents 525ea1b + 4e08a55 commit cd273da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ properties:
required:
- affinity

clocks:
maxItems: 1

clock-names:
items:
- const: aclk

power-domains:
maxItems: 1

resets:
maxItems: 1

dependencies:
mbi-ranges: [ msi-controller ]
msi-controller: [ mbi-ranges ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ properties:
- renesas,intc-ex-r8a774c0 # RZ/G2E
- renesas,intc-ex-r8a7795 # R-Car H3
- renesas,intc-ex-r8a7796 # R-Car M3-W
- renesas,intc-ex-r8a77961 # R-Car M3-W+
- renesas,intc-ex-r8a77965 # R-Car M3-N
- renesas,intc-ex-r8a77970 # R-Car V3M
- renesas,intc-ex-r8a77980 # R-Car V3H
Expand Down

0 comments on commit cd273da

Please sign in to comment.