mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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>
This commit is contained in:
parent
5edc51af5b
commit
989fd5a7fb
|
|
@ -638,6 +638,10 @@ pinctrl: pinctrl@11030000 {
|
|||
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 R9A07G044_GPIO_HCLK>;
|
||||
power-domains = <&cpg>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user