linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: pxa2xx: Remove bogus interrupt-parent; line
@ 2022-12-01 10:09 Jonathan Neuschäfer
  2022-12-01 18:24 ` Robert Jarzmik
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2022-12-01 10:09 UTC (permalink / raw)
  To: devicetree
  Cc: Jonathan Neuschäfer, Daniel Mack, Haojian Zhuang,
	Robert Jarzmik, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-kernel

Specifying interrupt-parent without a value (in other words, as a bool)
doesn't really mean anything. Remove one such property in the PXA2xx DT,
at /pxabus/interrupt-controller@40d00000.

This patch was tested to cause no detrimental effect on PXA255.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 arch/arm/boot/dts/pxa2xx.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index 1332183f87456..d2c97e1a4478e 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -58,7 +58,6 @@ pxairq: interrupt-controller@40d00000 {
 			#interrupt-cells = <1>;
 			compatible = "marvell,pxa-intc";
 			interrupt-controller;
-			interrupt-parent;
 			marvell,intc-nr-irqs = <32>;
 			reg = <0x40d00000 0xd0>;
 		};
--
2.35.1


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

* Re: [PATCH] ARM: dts: pxa2xx: Remove bogus interrupt-parent; line
  2022-12-01 10:09 [PATCH] ARM: dts: pxa2xx: Remove bogus interrupt-parent; line Jonathan Neuschäfer
@ 2022-12-01 18:24 ` Robert Jarzmik
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Jarzmik @ 2022-12-01 18:24 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: devicetree, Daniel Mack, Haojian Zhuang, Robert Jarzmik,
	Rob Herring, Krzysztof Kozlowski, linux-arm-kernel, linux-kernel


Jonathan Neuschäfer <j.neuschaefer@gmx.net> writes:

> Specifying interrupt-parent without a value (in other words, as 
> a bool)
> doesn't really mean anything. Remove one such property in the 
> PXA2xx DT,
> at /pxabus/interrupt-controller@40d00000.
>
> This patch was tested to cause no detrimental effect on PXA255.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

--
Robert

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

end of thread, other threads:[~2022-12-01 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01 10:09 [PATCH] ARM: dts: pxa2xx: Remove bogus interrupt-parent; line Jonathan Neuschäfer
2022-12-01 18:24 ` Robert Jarzmik

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