diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-11-20 09:15:17 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-01-23 08:19:41 +0100 |
commit | 3407f517389cf218a636f29f52fe4201075a1dbb (patch) | |
tree | 92e1e348bc9c59f2aedec861510630688b6f3af6 | |
parent | 0351da897d2077a498e53570dc9c61e49b97c866 (diff) | |
download | linux-stable-3407f517389cf218a636f29f52fe4201075a1dbb.tar.gz linux-stable-3407f517389cf218a636f29f52fe4201075a1dbb.tar.bz2 linux-stable-3407f517389cf218a636f29f52fe4201075a1dbb.zip |
arm64: dts: agilex/stratix10: fix pmu interrupt numbers
[ Upstream commit 210de0e996aee8e360ccc9e173fe7f0a7ed2f695 ]
Fix up the correct interrupt numbers for the PMU unit on Agilex
and Stratix10.
Fixes: 78cd6a9d8e15 ("arm64: dts: Add base stratix 10 dtsi")
Cc: linux-stable <stable@vger.kernel.org>
Reported-by: Meng Li <Meng.Li@windriver.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index e79f3defe002..c2ad4f97cef0 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -56,10 +56,10 @@ pmu { compatible = "arm,armv8-pmuv3"; - interrupts = <0 120 8>, - <0 121 8>, - <0 122 8>, - <0 123 8>; + interrupts = <0 170 4>, + <0 171 4>, + <0 172 4>, + <0 173 4>; interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, |