Skip to content

Commit f80de97

Browse files
iandmorriskartben
authored andcommitted
dts: arm: renesas: ra: fixed ioport2 irq assigments
Only IRQ's 0-3 are available on ioport2. Signed-off-by: Ian Morris <[email protected]>
1 parent 91dfe8f commit f80de97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dts/arm/renesas/ra/ra-cm4-common.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,9 @@
217217
interrupts = <RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ0>,
218218
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ1>,
219219
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ2>,
220-
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>,
221-
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ9>;
220+
<RA_ICU_IRQ_UNSPECIFIED 0 RA_ICU_PORT_IRQ3>;
222221
interrupt-names = "port-irq0", "port-irq1", "port-irq2",
223-
"port-irq3", "port-irq9";
222+
"port-irq3";
224223
port-irq0-pins = <6>;
225224
port-irq1-pins = <5>;
226225
port-irq2-pins = <13>;

0 commit comments

Comments
 (0)