diff options
author | Lad Prabhakar <[email protected]> | 2022-07-18 20:56:50 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2022-08-15 11:12:29 +0200 |
commit | b2c9af5f47522ae9a6665e98d5ff657972a4db97 (patch) | |
tree | 29dde8e87f2b277785e2dabac8024f4d813c5be0 | |
parent | 379478ab09e0c25709e804b732ee7910d14a3972 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi index 4b8a09abfc7f..24611e4a7913 100644 --- a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi +++ b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi @@ -644,6 +644,10 @@ 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>; |