Commit 210de0e9 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

arm64: dts: agilex/stratix10: fix pmu interrupt numbers



Fix up the correct interrupt numbers for the PMU unit on Agilex
and Stratix10.

Fixes: 78cd6a9d ("arm64: dts: Add base stratix 10 dtsi")
Cc: linux-stable <stable@vger.kernel.org>
Reported-by: default avatarMeng Li <Meng.Li@windriver.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent d1eef1c6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>,
+4 −4
Original line number Diff line number Diff line
@@ -60,10 +60,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>,