Skip to content

Commit d969ace

Browse files
chrtaMaureenHelm
authored andcommitted
dts: silabs: Fix wrong gpio interrupt numbers
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 <[email protected]>
1 parent 0c17b36 commit d969ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/arm/silabs/efm32_jg_pg_12b.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
gpio: gpio@4000a400 {
129129
compatible = "silabs,gecko-gpio";
130130
reg = <0x4000a400 0xf00>;
131-
interrupts = <1 2 11 2>;
131+
interrupts = <10 2 18 2>;
132132
interrupt-names = "GPIO_EVEN", "GPIO_ODD";
133133
label = "GPIO";
134134

dts/arm/silabs/efr32mg.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
gpio: gpio@4000a400 {
128128
compatible = "silabs,gecko-gpio";
129129
reg = <0x4000a400 0xc00>;
130-
interrupts = <9 2 17 2>;
130+
interrupts = <10 2 18 2>;
131131
interrupt-names = "GPIO_EVEN", "GPIO_ODD";
132132
label = "GPIO";
133133

0 commit comments

Comments
 (0)