Hi Geert, Thank you for the review. On Fri, Feb 10, 2023 at 11:10 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > Hi Prabhakar, > > On Mon, Feb 6, 2023 at 1:28 AM Prabhakar <prabhakar.csengg@xxxxxxxxx> wrote: > > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > > > The GICv3 interrupts binding does not have a cpumask. The CPU mask only > > applies to pre-GICv3. So just drop using them from GICv3 systems. > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > Thanks for your patch! > > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > i.e. will queue in renesas-devel for v6.4... > > > --- > > Note, this patch applies on top of [0] > > > > [0] https://patchwork.kernel.org/project/linux-renesas-soc/cover/20230131223529.11905-1-prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx/ > > As this patch is a fix, I think it makes sense to drop that dependency. > Agreed. > So I'll do > > git show -- arch/arm64/boot/dts/renesas/r9a07g044.dtsi | sed -e > 's/044/054/g' | patch -p1 && git commit -a --amend > Hmm that's something new for me to learn! > while applying. > Thanks. Cheers, Prabhakar