Hi Shimoda-san, On Thu, Mar 14, 2024 at 2:56 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Thu, Feb 29, 2024 at 1:07 PM Yoshihiro Shimoda > <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > > Add PCIe Host and Endpoint nodes for R-Car V4H (R8A779G0). > > > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > > --- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > > +++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi > > @@ -723,6 +737,126 @@ hscif3: serial@e66a0000 { > > status = "disabled"; > > }; > > > > + pciec0: pcie@e65d0000 { > > + interrupt-map = <0 0 0 1 &gic GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 2 &gic GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 3 &gic GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 4 &gic GIC_SPI 416 IRQ_TYPE_LEVEL_HIGH>; > > s/416/449 for all four lines. > > > + snps,enable-cdm-check; > > + status = "disabled"; > > + }; > > + > > + pciec1: pcie@e65d8000 { > > + interrupt-map = <0 0 0 1 &gic GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 2 &gic GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 3 &gic GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>, > > + <0 0 0 4 &gic GIC_SPI 423 IRQ_TYPE_LEVEL_HIGH>; > > s/423/456 for all four lines. > > > + snps,enable-cdm-check; > > + status = "disabled"; > > + }; Do you foresee more changes, and plan to repost, or can I fix the interrupt numbers while applying this series? Thank you! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds