Skip to content

Commit 58b8eb3

Browse files
committed
riscv: dts: microchip: fix wdt4 mvrp interrupt
wdt4 mvrp interrupt is 104, not 105. 105 is the tout interrupt for wdt0. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent a078dad commit 58b8eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
reg = <0x0 0x20107000 0x0 0x1000>;
435435
clocks = <&clkcfg CLK_AHB>;
436436
interrupt-parent = <&plic>;
437-
interrupts = <105>, <109>;
437+
interrupts = <104>, <109>;
438438
interrupt-names = "mvrp", "trig";
439439
status = "disabled";
440440
};

0 commit comments

Comments
 (0)