devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent assignment
@ 2020-02-12  7:20 Anson Huang
  2020-02-12  7:27 ` Peng Fan
  0 siblings, 1 reply; 3+ messages in thread
From: Anson Huang @ 2020-02-12  7:20 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	leonard.crestez, daniel.baluta, aford173, shengjiu.wang,
	ping.bai, jun.li, peng.fan, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Linux-imx

GIC is assigned as interrupt-parent by default, no need to assign
it again in ddr-pmu node, remove it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
index 1e5e115..b3d0b29 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
@@ -896,7 +896,6 @@
 		ddr-pmu@3d800000 {
 			compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-ddr-pmu";
 			reg = <0x3d800000 0x400000>;
-			interrupt-parent = <&gic>;
 			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
 		};
 	};
-- 
2.7.4


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

* RE: [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent assignment
  2020-02-12  7:20 [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent assignment Anson Huang
@ 2020-02-12  7:27 ` Peng Fan
  2020-02-12  9:15   ` Anson Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Peng Fan @ 2020-02-12  7:27 UTC (permalink / raw)
  To: Anson Huang, robh+dt, mark.rutland, shawnguo, s.hauer, kernel,
	festevam, Leonard Crestez, Daniel Baluta, aford173, S.j. Wang,
	Jacky Bai, Jun Li, devicetree, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx

Hi Anson,

> Subject: [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent
> assignment

There is already a patch: https://patchwork.kernel.org/patch/11340613/

Thanks,
Peng.

> 
> GIC is assigned as interrupt-parent by default, no need to assign it again in
> ddr-pmu node, remove it.
> 
> Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> index 1e5e115..b3d0b29 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> @@ -896,7 +896,6 @@
>  		ddr-pmu@3d800000 {
>  			compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-ddr-pmu";
>  			reg = <0x3d800000 0x400000>;
> -			interrupt-parent = <&gic>;
>  			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
>  		};
>  	};
> --
> 2.7.4


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

* RE: [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent assignment
  2020-02-12  7:27 ` Peng Fan
@ 2020-02-12  9:15   ` Anson Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Anson Huang @ 2020-02-12  9:15 UTC (permalink / raw)
  To: Peng Fan, robh+dt, mark.rutland, shawnguo, s.hauer, kernel,
	festevam, Leonard Crestez, Daniel Baluta, aford173, S.j. Wang,
	Jacky Bai, Jun Li, devicetree, linux-arm-kernel, linux-kernel
  Cc: dl-linux-imx



> Subject: RE: [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-
> parent assignment
> 
> Hi Anson,
> 
> > Subject: [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent
> > assignment
> 
> There is already a patch: https://patchwork.kernel.org/patch/11340613/


Thanks for notice, please ignore this patch then.

Anson.


> 
> Thanks,
> Peng.
> 
> >
> > GIC is assigned as interrupt-parent by default, no need to assign it
> > again in ddr-pmu node, remove it.
> >
> > Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
> > ---
> >  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > index 1e5e115..b3d0b29 100644
> > --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> > @@ -896,7 +896,6 @@
> >  		ddr-pmu@3d800000 {
> >  			compatible = "fsl,imx8mm-ddr-pmu", "fsl,imx8m-
> ddr-pmu";
> >  			reg = <0x3d800000 0x400000>;
> > -			interrupt-parent = <&gic>;
> >  			interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
> >  		};
> >  	};
> > --
> > 2.7.4


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

end of thread, other threads:[~2020-02-12  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12  7:20 [PATCH] arm64: dts: imx8mm: Remove redundant interrupt-parent assignment Anson Huang
2020-02-12  7:27 ` Peng Fan
2020-02-12  9:15   ` Anson Huang

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