Hi Wolfram, On Fri, Sep 27, 2024 at 11:54 AM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > Use the more concise interrupts-extended property to fully describe the > interrupt. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/arch/arm/boot/dts/renesas/r7s72100-genmai.dts > +++ b/arch/arm/boot/dts/renesas/r7s72100-genmai.dts > @@ -67,8 +67,7 @@ keyboard { > > key-1 { > /* JP3 must be set to 1-2 (default) */ > - interrupt-parent = <&irqc>; > - interrupts = <6 IRQ_TYPE_EDGE_BOTH>; > + interrupts-extended = <&irqc 6 IRQ_TYPE_EDGE_BOTH>; > linux,code = <KEY_1>; > label = "SW6,SW7"; > wakeup-source; Given the changed code was introduced only very recently, I will fold this into "ARM: dts: renesas: genmai: Define keyboard switch". 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