diff mbox series

MIPS: dts: lantiq: Remove bogus interrupt-parent; line

Message ID 20230129152059.1535947-1-j.neuschaefer@gmx.net (mailing list archive)
State Accepted
Commit 4cd81356f8a0b0fe81d01c083dc623578aba57db
Headers show
Series MIPS: dts: lantiq: Remove bogus interrupt-parent; line | expand

Commit Message

J. Neuschäfer Jan. 29, 2023, 3:20 p.m. UTC
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(-)

--
2.39.0

Comments

Thomas Bogendoerfer Feb. 5, 2023, 4:03 p.m. UTC | #1
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.
diff mbox series

Patch

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>;
 		};