Skip to content

Commit a9c0fca

Browse files
quytranpzzkartben
authored andcommitted
dts: renesas: ra: Fix interrupt numbers bug for ra4w1
- Update the overlapping irq number between port_irq4 and spi1 - Remove irq number for sci9 as it exceeds the limit (32 irq numbers) Now users will define the irq numbers themselves Signed-off-by: Quy Tran <[email protected]>
1 parent 487f861 commit a9c0fca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

boards/renesas/ek_ra4w1/ek_ra4w1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
};
9191

9292
&port_irq4 {
93-
interrupts = <31 12>;
93+
interrupts = <27 12>;
9494
status = "okay";
9595
};
9696

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@
149149

150150
sci9: sci9@40070120 {
151151
compatible = "renesas,ra-sci";
152-
interrupts = <36 1>, <37 1>, <38 1>, <39 1>;
153-
interrupt-names = "rxi", "txi", "tei", "eri";
154152
reg = <0x40070120 0x20>;
155153
clocks = <&pclka MSTPB 22>;
156154
status = "disabled";

0 commit comments

Comments
 (0)