Skip to content

Commit 997c6e4

Browse files
iandmorriskartben
authored andcommitted
dts: arm: renesas: fixed duplicate interrupt numbers
The following pairs of peripherals mistakenly used the same interrupts numbers, causing issues if both are used: sci6/sci9, spi0/sci7 and spi1/sci8. Signed-off-by: Ian Morris <[email protected]>
1 parent 99e7223 commit 997c6e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dts/arm/renesas/ra/ra6/ra6-cm33-common.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
sci9: sci9@40118900 {
123123
compatible = "renesas,ra-sci";
124-
interrupts = <24 1>, <25 1>, <26 1>, <27 1>;
124+
interrupts = <74 1>, <75 1>, <76 1>, <77 1>;
125125
interrupt-names = "rxi", "txi", "tei", "eri";
126126
reg = <0x40118900 0x100>;
127127
clocks = <&pclka MSTPB 22>;
@@ -152,7 +152,7 @@
152152
#address-cells = <1>;
153153
#size-cells = <0>;
154154
channel = <0>;
155-
interrupts = <28 1>, <29 1>, <30 1>, <31 1>;
155+
interrupts = <78 1>, <79 1>, <80 1>, <81 1>;
156156
interrupt-names = "rxi", "txi", "tei", "eri";
157157
reg = <0x4011a000 0x100>;
158158
status = "disabled";
@@ -163,7 +163,7 @@
163163
#address-cells = <1>;
164164
#size-cells = <0>;
165165
channel = <1>;
166-
interrupts = <32 1>, <33 1>, <34 1>, <35 1>;
166+
interrupts = <82 1>, <83 1>, <84 1>, <85 1>;
167167
interrupt-names = "rxi", "txi", "tei", "eri";
168168
reg = <0x4011a100 0x100>;
169169
status = "disabled";

0 commit comments

Comments
 (0)