Skip to content

Commit 8d4c354

Browse files
prabhakarladKAGA-KOKO
authored andcommitted
irqchip/renesas-rzv2h: Add support for RZ/V2N SoC
Add support for the RZ/V2N Interrupt Control Unit (ICU) by introducing a dedicated compatible string in the irqchip driver. While the RZ/V2N ICU differs from the RZ/V2H(P) version in its register layout primarily due to a reduced set of ECCRAM related registers the irqchip driver does not currently access these registers. As a result, the RZ/V2N ICU can be safely handled by rzv2h_icu_probe for now, but it still requires a distinct compatible so that future changes can differentiate the SoCs when needed. [ tglx: Fixed up the made up subject prefix ] Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://patch.msgid.link/20251127162447.320971-3-prabhakar.mahadev-lad.rj@bp.renesas.com
1 parent c71869c commit 8d4c354

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/irqchip/irq-renesas-rzv2h.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ static int rzv2h_icu_probe(struct platform_device *pdev, struct device_node *par
616616

617617
IRQCHIP_PLATFORM_DRIVER_BEGIN(rzv2h_icu)
618618
IRQCHIP_MATCH("renesas,r9a09g047-icu", rzg3e_icu_probe)
619+
IRQCHIP_MATCH("renesas,r9a09g056-icu", rzv2h_icu_probe)
619620
IRQCHIP_MATCH("renesas,r9a09g057-icu", rzv2h_icu_probe)
620621
IRQCHIP_PLATFORM_DRIVER_END(rzv2h_icu)
621622
MODULE_AUTHOR("Fabrizio Castro <fabrizio.castro.jz@renesas.com>");

0 commit comments

Comments
 (0)