diff options
author | 2017-10-11 03:24:36 -0500 | |
---|---|---|
committer | 2017-10-11 03:26:08 -0500 | |
commit | a067fb4290131b5b356dfcc464b5bff19a251791 (patch) | |
tree | e076d7a30f047d1f0de28e617ee651b6918a9baf | |
parent | arm64: dts: stratix10: enable gpio and leds (diff) | |
download | wireguard-linux-a067fb4290131b5b356dfcc464b5bff19a251791.tar.xz wireguard-linux-a067fb4290131b5b356dfcc464b5bff19a251791.zip |
arm64: dts: stratix10: fix interrupt number for gpio1
The gpio1 node's interrupt number should be 111.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 721b91abcd28..7c9bdc7ab50b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -165,7 +165,7 @@ reg = <0>; interrupt-controller; #interrupt-cells = <2>; - interrupts = <0 110 4>; + interrupts = <0 111 4>; }; }; |