From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi All,
This patch series aims to add support for the Interrupt Control Unit (ICU)
found in the Renesas RZ/V2N System on Chip (SoC). The RZ/V2N ICU shares
similarities with the RZ/V2H(P) family but has a different register layout,
notably with a reduced set of ECCRAM related registers.
The first patch documents the RZ/V2N ICU in the device tree bindings,
while the second patch introduces support in the irqchip driver by adding
a new compatible string.
v1->v2:
- Dropped using RZ/V2H compatible as a fallback.
- Patch 2/2 is new
Cheers,
Prabhakar
Lad Prabhakar (2):
dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/V2N
SoC
irqchip: renesas: rzv2h-icu: Add support for RZ/V2N SoC
.../bindings/interrupt-controller/renesas,rzv2h-icu.yaml | 1 +
drivers/irqchip/irq-renesas-rzv2h.c | 1 +
2 files changed, 2 insertions(+)
--
2.52.0