projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f850b54
)
arm64: dts: stratix10: fix interrupt number for gpio1
author
Dinh Nguyen
<dinguyen@kernel.org>
Wed, 11 Oct 2017 08:24:36 +0000
(
03:24
-0500)
committer
Dinh 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
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 721b91abcd28d893195257753d708c7980c1ce68..7c9bdc7ab50bcfd12764d7206bb0fb75e30ec8c1 100644
(file)
--- 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 11
0
4>;
+ interrupts = <0 11
1
4>;
};
};