diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-11-20 09:15:17 -0600 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-12-16 16:14:15 -0600 |
commit | 210de0e996aee8e360ccc9e173fe7f0a7ed2f695 (patch) | |
tree | 5595e3a5ae9c240cfa1812cb94186a3e43b223be /arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | |
parent | d1eef1c619749b2a57e514a3fa67d9a516ffa919 (diff) | |
download | lwn-210de0e996aee8e360ccc9e173fe7f0a7ed2f695.tar.gz lwn-210de0e996aee8e360ccc9e173fe7f0a7ed2f695.zip |
arm64: dts: agilex/stratix10: fix pmu interrupt numbers
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>
Diffstat (limited to 'arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi')
-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 144a2c19ac02..d1fc9c2055f4 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -61,10 +61,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>, |