Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: renesas: r9a07g044: Update pinctrl node to handle GPIO interrupts

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-3-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

authored by

Lad Prabhakar and committed by
Geert Uytterhoeven
989fd5a7 5edc51af

+4
+4
arch/arm64/boot/dts/renesas/r9a07g044.dtsi
··· 638 638 reg = <0 0x11030000 0 0x10000>; 639 639 gpio-controller; 640 640 #gpio-cells = <2>; 641 + #address-cells = <2>; 642 + #interrupt-cells = <2>; 643 + interrupt-parent = <&irqc>; 644 + interrupt-controller; 641 645 gpio-ranges = <&pinctrl 0 0 392>; 642 646 clocks = <&cpg CPG_MOD R9A07G044_GPIO_HCLK>; 643 647 power-domains = <&cpg>;