Skip to content

Commit 8cd7337

Browse files
sknseanhenrikbrixandersen
authored andcommitted
dts: arm: st: mp1: fix exti interrupt numbering
Align interrupt numbering with RM0436 for STM32MP157. This will allow EXTI interrupt for line 6, 7, 8, 9, 10 and 11. Fixes: ff231fa ("dts: stm32: Populate new properties for exti nodes") Signed-off-by: Sean Nyekjaer <[email protected]> (cherry picked from commit ede8664)
1 parent 999c9a3 commit 8cd7337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/mp1/stm32mp157.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
reg = <0x5000d000 0x400>;
6262
num-lines = <16>;
6363
interrupts = <6 0>, <7 0>, <8 0>, <9 0>,
64-
<10 0>, <23 0>, <40 0>, <42 0>,
65-
<64 0>, <65 0>, <66 0>, <67 0>,
64+
<10 0>, <23 0>, <64 0>, <65 0>,
65+
<66 0>, <67 0>, <40 0>, <42 0>,
6666
<76 0>, <77 0>, <121 0>, <127 0>;
6767
interrupt-names = "line0", "line1", "line2", "line3",
6868
"line4", "line5", "line6", "line7",

0 commit comments

Comments
 (0)