aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2018-01-10 22:04:16 +0100
committerOlof Johansson <[email protected]>2018-01-11 17:55:58 -0800
commit69c4d8ed49568598f200b340b17e391c35be3d4b (patch)
tree272c4e74f6042d31ae23b8addb4d83e9b857c476
parentbd730bfd100844acf4637b575e94cbafc0de426c (diff)
arm64: dts: socfpga: add missing interrupt-parent
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 <[email protected]> Acked-by: Dinh Nguyen <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r--arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
index 7c9bdc7ab50b..9db19314c60c 100644
--- 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 {