All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: dts: lantiq: Remove bogus interrupt-parent; line
@ 2023-01-29 15:20 Jonathan Neuschäfer
  2023-02-05 16:03 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2023-01-29 15:20 UTC (permalink / raw)
  To: linux-mips
  Cc: Jonathan Neuschäfer, Rob Herring, Krzysztof Kozlowski,
	Thomas Bogendoerfer, devicetree, 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 Lantiq
Danube DT, at /sram@1f000000/eiu@101000.

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

diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
index 510be63c8bdf1..7a7ba66aa5349 100644
--- a/arch/mips/boot/dts/lantiq/danube.dtsi
+++ b/arch/mips/boot/dts/lantiq/danube.dtsi
@@ -40,7 +40,6 @@ sram@1f000000 {
 		eiu0: eiu@101000 {
 			#interrupt-cells = <1>;
 			interrupt-controller;
-			interrupt-parent;
 			compatible = "lantiq,eiu-xway";
 			reg = <0x101000 0x1000>;
 		};
--
2.39.0


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

* Re: [PATCH] MIPS: dts: lantiq: Remove bogus interrupt-parent; line
  2023-01-29 15:20 [PATCH] MIPS: dts: lantiq: Remove bogus interrupt-parent; line Jonathan Neuschäfer
@ 2023-02-05 16:03 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2023-02-05 16:03 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-mips, Rob Herring, Krzysztof Kozlowski, devicetree, linux-kernel

On Sun, Jan 29, 2023 at 04:20:58PM +0100, Jonathan Neuschäfer wrote:
> Specifying interrupt-parent without a value (in other words, as a bool)
> doesn't really mean anything. Remove one such property in the Lantiq
> Danube DT, at /sram@1f000000/eiu@101000.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  arch/mips/boot/dts/lantiq/danube.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/mips/boot/dts/lantiq/danube.dtsi b/arch/mips/boot/dts/lantiq/danube.dtsi
> index 510be63c8bdf1..7a7ba66aa5349 100644
> --- a/arch/mips/boot/dts/lantiq/danube.dtsi
> +++ b/arch/mips/boot/dts/lantiq/danube.dtsi
> @@ -40,7 +40,6 @@ sram@1f000000 {
>  		eiu0: eiu@101000 {
>  			#interrupt-cells = <1>;
>  			interrupt-controller;
> -			interrupt-parent;
>  			compatible = "lantiq,eiu-xway";
>  			reg = <0x101000 0x1000>;
>  		};
> --
> 2.39.0

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

end of thread, other threads:[~2023-02-05 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29 15:20 [PATCH] MIPS: dts: lantiq: Remove bogus interrupt-parent; line Jonathan Neuschäfer
2023-02-05 16:03 ` Thomas Bogendoerfer

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.