diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2017-10-11 10:24:36 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-10-11 10:26:08 +0200 |
commit | a067fb4290131b5b356dfcc464b5bff19a251791 (patch) | |
tree | e076d7a30f047d1f0de28e617ee651b6918a9baf /arch/arm64 | |
parent | arm64: dts: stratix10: enable gpio and leds (diff) | |
download | linux-a067fb4290131b5b356dfcc464b5bff19a251791.tar.xz 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 'arch/arm64')
-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>; }; }; |