arm64: dts: renesas: r9a07g054: Update pinctrl node to handle GPIO interrupts
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Mon, 18 Jul 2022 19:56:50 +0000 (20:56 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 15 Aug 2022 09:12:29 +0000 (11:12 +0200)
Add required properties in pinctrl node to handle GPIO interrupts.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20220718195651.7711-5-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r9a07g054.dtsi

index 4b8a09a..24611e4 100644 (file)
                        reg = <0 0x11030000 0 0x10000>;
                        gpio-controller;
                        #gpio-cells = <2>;
+                       #address-cells = <2>;
+                       #interrupt-cells = <2>;
+                       interrupt-parent = <&irqc>;
+                       interrupt-controller;
                        gpio-ranges = <&pinctrl 0 0 392>;
                        clocks = <&cpg CPG_MOD R9A07G054_GPIO_HCLK>;
                        power-domains = <&cpg>;