Skip to content

Commit 8d01ec3

Browse files
dts: arm: silabs: fix interrupt level for acmp0 on xg21
Fix interrupt level for acmp0 in the dts for xg21 device. Only radio interrupts are critical and should have priority 0. Signed-off-by: Bastien Beauchamp <bastien.beauchamp@silabs.com>
1 parent 620e39f commit 8d01ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/silabs/xg21/xg21.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
acmp0: acmp@5a008000 {
442442
compatible = "silabs,acmp";
443443
reg = <0x5a008000 0x4000>;
444-
interrupts = <41 0>;
444+
interrupts = <41 2>;
445445
clocks = <&cmu CLOCK_AUTO CLOCK_BRANCH_EM01GRPACLK>;
446446
status = "disabled";
447447
};

0 commit comments

Comments
 (0)