linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
@ 2025-06-09  9:11 Richard Zhu
  2025-06-09 10:52 ` Peng Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Zhu @ 2025-06-09  9:11 UTC (permalink / raw)
  To: frank.li, robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam
  Cc: devicetree, linux-arm-kernel, imx, linux-kernel, Richard Zhu

Correct the DMA interrupter number of pcie0_ep from 317 to 311.

Fixes: 3b1d5deb29ff ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support")
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx95.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 59f057ba6fa7..7ad9adfb2653 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -1678,7 +1678,7 @@ pcie0_ep: pcie-ep@4c300000 {
 			      <0x9 0 1 0>;
 			reg-names = "dbi","atu", "dbi2", "app", "dma", "addr_space";
 			num-lanes = <1>;
-			interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
+			interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>;
 			interrupt-names = "dma";
 			clocks = <&scmi_clk IMX95_CLK_HSIO>,
 				 <&scmi_clk IMX95_CLK_HSIOPLL>,
-- 
2.37.1



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

* Re: [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
  2025-06-09  9:11 [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep Richard Zhu
@ 2025-06-09 10:52 ` Peng Fan
  2025-06-09 15:24 ` Frank Li
  2025-07-01 14:10 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2025-06-09 10:52 UTC (permalink / raw)
  To: Richard Zhu
  Cc: frank.li, robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam, devicetree, linux-arm-kernel, imx, linux-kernel

On Mon, Jun 09, 2025 at 05:11:27PM +0800, Richard Zhu wrote:
>Correct the DMA interrupter number of pcie0_ep from 317 to 311.
>
>Fixes: 3b1d5deb29ff ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support")
>Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>



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

* Re: [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
  2025-06-09  9:11 [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep Richard Zhu
  2025-06-09 10:52 ` Peng Fan
@ 2025-06-09 15:24 ` Frank Li
  2025-07-01 14:10 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Frank Li @ 2025-06-09 15:24 UTC (permalink / raw)
  To: Richard Zhu
  Cc: robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel, festevam,
	devicetree, linux-arm-kernel, imx, linux-kernel

On Mon, Jun 09, 2025 at 05:11:27PM +0800, Richard Zhu wrote:
> Correct the DMA interrupter number of pcie0_ep from 317 to 311.
>
> Fixes: 3b1d5deb29ff ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support")
> Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>

Reviewed-by: Frank Li <Frank.Li@nxp.com>

> ---
>  arch/arm64/boot/dts/freescale/imx95.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
> index 59f057ba6fa7..7ad9adfb2653 100644
> --- a/arch/arm64/boot/dts/freescale/imx95.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
> @@ -1678,7 +1678,7 @@ pcie0_ep: pcie-ep@4c300000 {
>  			      <0x9 0 1 0>;
>  			reg-names = "dbi","atu", "dbi2", "app", "dma", "addr_space";
>  			num-lanes = <1>;
> -			interrupts = <GIC_SPI 317 IRQ_TYPE_LEVEL_HIGH>;
> +			interrupts = <GIC_SPI 311 IRQ_TYPE_LEVEL_HIGH>;
>  			interrupt-names = "dma";
>  			clocks = <&scmi_clk IMX95_CLK_HSIO>,
>  				 <&scmi_clk IMX95_CLK_HSIOPLL>,
> --
> 2.37.1
>


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

* Re: [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep
  2025-06-09  9:11 [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep Richard Zhu
  2025-06-09 10:52 ` Peng Fan
  2025-06-09 15:24 ` Frank Li
@ 2025-07-01 14:10 ` Shawn Guo
  2 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2025-07-01 14:10 UTC (permalink / raw)
  To: Richard Zhu
  Cc: frank.li, robh, krzk+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam, devicetree, linux-arm-kernel, imx, linux-kernel

On Mon, Jun 09, 2025 at 05:11:27PM +0800, Richard Zhu wrote:
> Correct the DMA interrupter number of pcie0_ep from 317 to 311.
> 
> Fixes: 3b1d5deb29ff ("arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support")
> Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>

Applied, thanks!



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

end of thread, other threads:[~2025-07-01 15:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09  9:11 [PATCH v1] arm64: dts: imx95: Correct the DMA interrupter number of pcie0_ep Richard Zhu
2025-06-09 10:52 ` Peng Fan
2025-06-09 15:24 ` Frank Li
2025-07-01 14:10 ` Shawn Guo

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).