diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-10-11 11:24:36 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-10-11 11:26:08 +0300 |
commit | a067fb4290131b5b356dfcc464b5bff19a251791 (patch) | |
tree | e076d7a30f047d1f0de28e617ee651b6918a9baf /arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | |
parent | f850b5401cdfa6f5d03a62357211507d6ed72050 (diff) | |
download | linux-a067fb4290131b5b356dfcc464b5bff19a251791.tar.xz |
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 'arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi')
-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>; }; }; |