devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: agilex/stratix10: fix pmu interrupt numbers
@ 2019-11-21 21:33 Dinh Nguyen
       [not found] ` <20191125111129.0E34A2075C@mail.kernel.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dinh Nguyen @ 2019-11-21 21:33 UTC (permalink / raw)
  To: devicetree; +Cc: dinguyen, robh+dt, mark.rutland, linux-stable, Meng Li

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>
---
 arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 ++++----
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi     | 8 ++++----
 2 files changed, 8 insertions(+), 8 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>,
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index ef66e90e2d7a..e1d357eaad7c 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
@@ -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>,
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: agilex/stratix10: fix pmu interrupt numbers
       [not found] ` <20191125111129.0E34A2075C@mail.kernel.org>
@ 2019-11-25 15:18   ` Dinh Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2019-11-25 15:18 UTC (permalink / raw)
  To: Sasha Levin, devicetree; +Cc: robh+dt, mark.rutland, linux-stable

Please apply to v5.3.12

Thanks,
Dinh

On 11/25/19 5:11 AM, Sasha Levin wrote:
> Hi,
> 
> [This is an automated email]
> 
> This commit has been processed because it contains a "Fixes:" tag,
> fixing commit: 78cd6a9d8e15 ("arm64: dts: Add base stratix 10 dtsi").
> 
> The bot has tested the following trees: v5.3.12, v4.19.85, v4.14.155, v4.9.202, v4.4.202.
> 
> v5.3.12: Build OK!
> v4.19.85: Failed to apply! Possible dependencies:
>     4b36daf9ada3 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA")
> 
> v4.14.155: Failed to apply! Possible dependencies:
>     4b36daf9ada3 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA")
>     7e7962dd1a53 ("kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib")
>     cbbde59b29d7 ("arm64: dts: sort vendor subdirectories in Makefile alphabetically")
> 
> v4.9.202: Failed to apply! Possible dependencies:
>     06edb80f8c79 ("arm64: dts: Add Actions Semi S900 and Bubblegum-96")
>     0a07236269fa ("arm64: dts: meson-gxm: Add R-Box Pro")
>     15abee8ab055 ("ARM64: dts: amlogic: Add basic support for Amlogic S905X")
>     1d92bc896e2b ("ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes")
>     2ff2836152c4 ("arm64: allwinner: h5: add support for Orange Pi Prime board")
>     4b36daf9ada3 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA")
>     4e3886081848 ("arm64: dts: add Pine64 support")
>     4e6118974c7a ("ARM64: dts: meson-gxm: Rename q200 and q201 DT files for consistency")
>     72093fac811f ("ARM64: dts: meson-gxl-p23x: Enable IR receiver")
>     72a7786c0a0d ("ARM64: dts: Add Realtek RTD1295 and Zidoo X9S")
>     73a5d99febe6 ("ARM64: dts: meson-gxl-p23x: Enable ethernet")
>     7e7962dd1a53 ("kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib")
>     8441add12b9e ("ARM64: dts: meson-gxl: Add support for Nexbox A95X")
>     9d41bbb6e13f ("arm64: allwinner: h5: add support for the Orange Pi PC 2 board")
>     bb51b5350d2f ("ARM64: dts: Add support for Meson GXM")
>     c67fe414059d ("ARM64: dts: meson-gxl-p23x: Add uart pinctrl")
>     c88cc3ee1b20 ("arm64: Prepare Actions Semi S900")
>     d6d1291d3b9d ("arm64: allwinner: h5: add support for NanoPi NEO2 board")
>     da47515ee63f ("ARM64: dts: amlogic: Add basic support for Amlogic S905D")
>     f51b454549b8 ("ARM64: dts: meson-gxm: Add support for the Nexbox A1")
> 
> v4.4.202: Failed to apply! Possible dependencies:
>     06edb80f8c79 ("arm64: dts: Add Actions Semi S900 and Bubblegum-96")
>     0a07236269fa ("arm64: dts: meson-gxm: Add R-Box Pro")
>     15abee8ab055 ("ARM64: dts: amlogic: Add basic support for Amlogic S905X")
>     1c3554fa94d3 ("arm64: dts: add the Alpine v2 EVP")
>     1d92bc896e2b ("ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes")
>     26a7e06dfee9 ("arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support")
>     2e673c7dc37a ("arm64: dts: Add ZTE ZX296718 SoC dts and Makefile")
>     2ff2836152c4 ("arm64: allwinner: h5: add support for Orange Pi Prime board")
>     34b4f6d0599e ("arm64: tegra: Add Tegra132 support")
>     3c7bccccd3ed ("Documentation: devicetree: amlogic: Document Tronsmart Vega S95 boards")
>     49449828ba86 ("dtb: amd: Add support for new AMD Overdrive boards")
>     4a6e0a771eaa ("dtb: amd: Add support for AMD/Linaro 96Boards Enterprise Edition Server board")
>     4b36daf9ada3 ("arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA")
>     4e3886081848 ("arm64: dts: add Pine64 support")
>     4e6118974c7a ("ARM64: dts: meson-gxm: Rename q200 and q201 DT files for consistency")
>     4f24eda8401f ("ARM64: dts: Prepare configs for Amlogic Meson GXBaby")
>     56a0eccdc0de ("arm64: dts: Add dts files for LG Electronics's lg1312 SoC")
>     72093fac811f ("ARM64: dts: meson-gxl-p23x: Enable IR receiver")
>     72a7786c0a0d ("ARM64: dts: Add Realtek RTD1295 and Zidoo X9S")
>     73a5d99febe6 ("ARM64: dts: meson-gxl-p23x: Enable ethernet")
>     7e7962dd1a53 ("kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib")
>     8441add12b9e ("ARM64: dts: meson-gxl: Add support for Nexbox A95X")
>     985b81817ce1 ("Documentation: devicetree: amlogic: Document Meson GXBaby")
>     9d41bbb6e13f ("arm64: allwinner: h5: add support for the Orange Pi PC 2 board")
>     a426e1dee661 ("Documentation: devicetree: amlogic: Document P20x and ODROID-C2 boards")
>     bb51b5350d2f ("ARM64: dts: Add support for Meson GXM")
>     c67fe414059d ("ARM64: dts: meson-gxl-p23x: Add uart pinctrl")
>     c88cc3ee1b20 ("arm64: Prepare Actions Semi S900")
>     cc733bc90636 ("ARM64: dts: amlogic: Add Tronsmart Vega S95 configs")
>     ce3dd55b99b1 ("arm64: Introduce Allwinner SoC config option")
>     d6d1291d3b9d ("arm64: allwinner: h5: add support for NanoPi NEO2 board")
>     da47515ee63f ("ARM64: dts: amlogic: Add basic support for Amlogic S905D")
>     e1a0ebc8d82b ("arm64: dts: uniphier: add PH1-LD10 SoC/board support")
> 
> 
> NOTE: The patch will not be queued to stable trees until it is upstream.
> 
> How should we proceed with this patch?
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 21:33 [PATCH] arm64: dts: agilex/stratix10: fix pmu interrupt numbers Dinh Nguyen
     [not found] ` <20191125111129.0E34A2075C@mail.kernel.org>
2019-11-25 15:18   ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).