projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd730bf
)
arm64: dts: socfpga: add missing interrupt-parent
author
Arnd Bergmann
<arnd@arndb.de>
Wed, 10 Jan 2018 21:04:16 +0000
(22:04 +0100)
committer
Olof Johansson
<olof@lixom.net>
Fri, 12 Jan 2018 01:55:58 +0000
(17:55 -0800)
The PMU node has no working interrupt, as shown by this dtc warning:
arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu
This adds an interrupt-parent property so we can correct parse
that interrupt number.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 7c9bdc7ab50bcfd12764d7206bb0fb75e30ec8c1..9db19314c60cda7de981992f55f2e623b92fcd00 100644
(file)
--- a/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
+++ b/
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
@@
-66,6
+66,7
@@
<&cpu1>,
<&cpu2>,
<&cpu3>;
+ interrupt-parent = <&intc>;
};
psci {