Skip to content

Commit 78b9658

Browse files
petrip-slabkartben
authored andcommitted
dts: silabs: xg29 flash controller int level fix
Accidentall chosen wrong interrup level for flash controller fixed to be inline with other devices flash controller level Signed-off-by: Petri Pitkanen <petri.pitkanen@silabs.com>
1 parent b20e87a commit 78b9658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/silabs/xg29/xg29.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
msc: flash-controller@50030000 {
267267
compatible = "silabs,series2-flash-controller";
268268
reg = <0x50030000 0x4000>;
269-
interrupts = <55 1>;
269+
interrupts = <55 2>;
270270
interrupt-names = "msc";
271271
#address-cells = <1>;
272272
#size-cells = <1>;

0 commit comments

Comments
 (0)