Skip to content

Commit

Permalink
dts: arm: renesas: ra: cm4: Fix incorrect GPIO interrupt config
Browse files Browse the repository at this point in the history
ioport2 had incorrect interrupt configuration. Fixed it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
  • Loading branch information
soburi committed Dec 24, 2023
1 parent afa18ad commit 8bdb06e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dts/arm/renesas/ra/ra-cm4-common.dtsi
Expand Up @@ -169,10 +169,9 @@
interrupts = <RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ0>,
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ1>,
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ2>,
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>,
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ9>;
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>;
interrupt-names = "port-irq0", "port-irq1", "port-irq2",
"port-irq3", "port-irq9";
"port-irq3";
port-irq0-pins = <6>;
port-irq1-pins = <5>;
port-irq2-pins = <13>;
Expand Down

0 comments on commit 8bdb06e

Please sign in to comment.