]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: stratix10: fix interrupt number for gpio1
authorDinh Nguyen <dinguyen@kernel.org>
Wed, 11 Oct 2017 08:24:36 +0000 (03:24 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Wed, 11 Oct 2017 08:26:08 +0000 (03:26 -0500)
The gpio1 node's interrupt number should be 111.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 721b91abcd28d893195257753d708c7980c1ce68..7c9bdc7ab50bcfd12764d7206bb0fb75e30ec8c1 100644 (file)
                                reg = <0>;
                                interrupt-controller;
                                #interrupt-cells = <2>;
-                               interrupts = <0 110 4>;
+                               interrupts = <0 111 4>;
                        };
                };