All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6: remove bogus interrupt-parent from CAAM node
@ 2016-01-12 14:04 Lucas Stach
  2016-01-28  8:50 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2016-01-12 14:04 UTC (permalink / raw)
  To: linux-arm-kernel

The interrupt-parent property is not needed as it is inherited from
the parent bus and in the case of the CAAM node actively points to
the wrong interrupt controller (GIC instead of GPC). This leads to
the CAAM IRQs not getting unmasked at the GPC level, leaving them
unable to wake the CPU from wait mode, potentially impacting
performance of the CAAM unit when CPUidle is enabled.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 7e4cd4dce593..91dd1f78956a 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -876,7 +876,6 @@
 				#size-cells = <1>;
 				reg = <0x2100000 0x10000>;
 				ranges = <0 0x2100000 0x10000>;
-				interrupt-parent = <&intc>;
 				clocks = <&clks IMX6QDL_CLK_CAAM_MEM>,
 					 <&clks IMX6QDL_CLK_CAAM_ACLK>,
 					 <&clks IMX6QDL_CLK_CAAM_IPG>,
-- 
2.6.4

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

* [PATCH] ARM: dts: imx6: remove bogus interrupt-parent from CAAM node
  2016-01-12 14:04 [PATCH] ARM: dts: imx6: remove bogus interrupt-parent from CAAM node Lucas Stach
@ 2016-01-28  8:50 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-01-28  8:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 12, 2016 at 03:04:30PM +0100, Lucas Stach wrote:
> The interrupt-parent property is not needed as it is inherited from
> the parent bus and in the case of the CAAM node actively points to
> the wrong interrupt controller (GIC instead of GPC). This leads to
> the CAAM IRQs not getting unmasked at the GPC level, leaving them
> unable to wake the CPU from wait mode, potentially impacting
> performance of the CAAM unit when CPUidle is enabled.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied, thanks.

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

end of thread, other threads:[~2016-01-28  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 14:04 [PATCH] ARM: dts: imx6: remove bogus interrupt-parent from CAAM node Lucas Stach
2016-01-28  8:50 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.