ARM: dts: renesas: kzm9g: Use interrupts-extended for I/O expander
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 4 Oct 2024 12:52:51 +0000 (14:52 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 14 Oct 2024 08:16:15 +0000 (10:16 +0200)
Use the more concise interrupts-extended property to fully describe the
interrupt.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/c77ffcd01d6e9e90cd1e5578c2af98c9ec6030c9.1728045620.git.geert+renesas@glider.be
arch/arm/boot/dts/renesas/sh73a0-kzm9g.dts

index fe96ea07628779c658182625916dad78720a7007..ae7e68a44f493e1ba5e6e1a4835ce7aea909995e 100644 (file)
        pcf8575: gpio@20 {
                compatible = "nxp,pcf8575";
                reg = <0x20>;
-               interrupt-parent = <&irqpin2>;
-               interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
+               interrupts-extended = <&irqpin2 3 IRQ_TYPE_EDGE_FALLING>;
                gpio-controller;
                #gpio-cells = <2>;
                interrupt-controller;