Skip to content

Commit 847ab22

Browse files
Raymond0225kartben
authored andcommitted
dts: arm: nxp: rt10xx/rt11xx: wrong interrupts array for eDMA
eDMA interrupts number should be from 0 to 0xf totally 16 instead of 17. Signed-off-by: Raymond Lei <[email protected]>
1 parent 8199a24 commit 847ab22

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

dts/arm/nxp/nxp_rt10xx.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,7 @@
902902
interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
903903
<4 0>, <5 0>, <6 0>, <7 0>,
904904
<8 0>, <9 0>, <10 0>, <11 0>,
905-
<12 0>, <13 0>, <14 0>, <15 0>,
906-
<16 0>;
905+
<12 0>, <13 0>, <14 0>, <15 0>;
907906
irq-shared-offset = <16>;
908907
clocks = <&ccm IMX_CCM_EDMA_CLK 0x7C 0x000000C0>;
909908
status = "disabled";

dts/arm/nxp/nxp_rt11xx.dtsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,8 +1068,7 @@
10681068
interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
10691069
<4 0>, <5 0>, <6 0>, <7 0>,
10701070
<8 0>, <9 0>, <10 0>, <11 0>,
1071-
<12 0>, <13 0>, <14 0>, <15 0>,
1072-
<16 0>;
1071+
<12 0>, <13 0>, <14 0>, <15 0>;
10731072
irq-shared-offset = <16>;
10741073
};
10751074

@@ -1088,8 +1087,7 @@
10881087
interrupts = <0 0>, <1 0>, <2 0>, <3 0>,
10891088
<4 0>, <5 0>, <6 0>, <7 0>,
10901089
<8 0>, <9 0>, <10 0>, <11 0>,
1091-
<12 0>, <13 0>, <14 0>, <15 0>,
1092-
<16 0>;
1090+
<12 0>, <13 0>, <14 0>, <15 0>;
10931091
irq-shared-offset = <16>;
10941092
};
10951093

0 commit comments

Comments
 (0)