Skip to content

Commit

Permalink
arm64: versal-net: Fix sysmon interrupt number
Browse files Browse the repository at this point in the history
versal-net sysmon device has different interrupt source number

Signed-off-by: Salih Erim <[email protected]>
State: pending
  • Loading branch information
erimsa authored and michalsimek committed Aug 30, 2023
1 parent ce3aa5c commit 5af51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/versal-net.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@
compatible = "xlnx,versal-sysmon";
status = "disabled";
reg = <0x0 0xf1270000 0x0 0x4000>;
interrupts = <0 144 4>;
interrupts = <0 202 4>;
xlnx,numchannels = /bits/8 <0>;
};

Expand Down

0 comments on commit 5af51af

Please sign in to comment.