Commit a067fb42 authored by Dinh Nguyen's avatar Dinh Nguyen

arm64: dts: stratix10: fix interrupt number for gpio1

The gpio1 node's interrupt number should be 111.
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent f850b540
......@@ -165,7 +165,7 @@ portb: gpio-controller@0 {
reg = <0>;
interrupt-controller;
#interrupt-cells = <2>;
interrupts = <0 110 4>;
interrupts = <0 111 4>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment