Skip to content

Commit

Permalink
dts: arm: st: mp1: fix exti interrupt numbering
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
sknsean authored and github-actions[bot] committed Jun 3, 2024
1 parent 77df445 commit 8b29532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dts/arm/st/mp1/stm32mp157.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
reg = <0x5000d000 0x400>;
num-lines = <16>;
interrupts = <6 0>, <7 0>, <8 0>, <9 0>,
<10 0>, <23 0>, <40 0>, <42 0>,
<64 0>, <65 0>, <66 0>, <67 0>,
<10 0>, <23 0>, <64 0>, <65 0>,
<66 0>, <67 0>, <40 0>, <42 0>,
<76 0>, <77 0>, <121 0>, <127 0>;
interrupt-names = "line0", "line1", "line2", "line3",
"line4", "line5", "line6", "line7",
Expand Down

0 comments on commit 8b29532

Please sign in to comment.