Hello Morimoto-san, > From: Kuninori Morimoto, Sent: Monday, October 2, 2023 2:56 PM Thank you for the patch! This patch looks good to me. So, Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> However, I have some nits like below... > Document support for the Interrupt Controller for External Devices > (INT-EX) in the Renesas R-Car S4 (R8A779F0) SoC. nit: s/INT-EX/INTC-EX/ > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > .../devicetree/bindings/interrupt-controller/renesas,irqc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml > b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml > index 95033cb514fb..b1f3e7d7b88c 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml > +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.yaml > @@ -37,6 +37,7 @@ properties: > - renesas,intc-ex-r8a77990 # R-Car E3 > - renesas,intc-ex-r8a77995 # R-Car D3 > - renesas,intc-ex-r8a779a0 # R-Car V3U > + - renesas,intc-ex-r8a779f0 # R-Car S4 nit: s/R-Car S4/R-Car S4-8/ Best regards, Yoshihiro Shimoda > - renesas,intc-ex-r8a779g0 # R-Car V4H > - const: renesas,irqc > > -- > 2.25.1