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

arm64: dts: renesas: r9a07g054: 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-5-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
b2c9af5f 379478ab

+4
+4
arch/arm64/boot/dts/renesas/r9a07g054.dtsi
··· 644 644 reg = <0 0x11030000 0 0x10000>; 645 645 gpio-controller; 646 646 #gpio-cells = <2>; 647 + #address-cells = <2>; 648 + #interrupt-cells = <2>; 649 + interrupt-parent = <&irqc>; 650 + interrupt-controller; 647 651 gpio-ranges = <&pinctrl 0 0 392>; 648 652 clocks = <&cpg CPG_MOD R9A07G054_GPIO_HCLK>; 649 653 power-domains = <&cpg>;