Skip to content

Commit

Permalink
dts: silabs: Fix wrong gpio interrupt numbers
Browse files Browse the repository at this point in the history
The interrupt numbers for two socs for the gpio peripheral was wrong.
This commits corrects this issue for the relevant socs.

Signed-off-by: Christian Taedcke <hacking@taedcke.com>
  • Loading branch information
chrta authored and MaureenHelm committed Jan 7, 2021
1 parent 0c17b36 commit d969ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/arm/silabs/efm32_jg_pg_12b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
gpio: gpio@4000a400 {
compatible = "silabs,gecko-gpio";
reg = <0x4000a400 0xf00>;
interrupts = <1 2 11 2>;
interrupts = <10 2 18 2>;
interrupt-names = "GPIO_EVEN", "GPIO_ODD";
label = "GPIO";

Expand Down
2 changes: 1 addition & 1 deletion dts/arm/silabs/efr32mg.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
gpio: gpio@4000a400 {
compatible = "silabs,gecko-gpio";
reg = <0x4000a400 0xc00>;
interrupts = <9 2 17 2>;
interrupts = <10 2 18 2>;
interrupt-names = "GPIO_EVEN", "GPIO_ODD";
label = "GPIO";

Expand Down

0 comments on commit d969ace

Please sign in to comment.