2022-09-14 09:42:25

by Arınç ÜNAL

[permalink] [raw]
Subject: [PATCH 06/10] mips: dts: ralink: mt7621: remove interrupt-parent from switch node

The interrupt-parent property is inherited from the ethernet node as it's a
parent node of the switch node. Therefore, remove the unnecessary
interrupt-parent property from the switch node.

Signed-off-by: Arınç ÜNAL <[email protected]>
---
arch/mips/boot/dts/ralink/mt7621.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi
index 9302bdc04510..e9203fec3fdf 100644
--- a/arch/mips/boot/dts/ralink/mt7621.dtsi
+++ b/arch/mips/boot/dts/ralink/mt7621.dtsi
@@ -346,7 +346,6 @@ switch0: switch@0 {
reset-names = "mcm";
interrupt-controller;
#interrupt-cells = <1>;
- interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;

ports {
--
2.34.1


2022-09-14 10:21:29

by Sergio Paracuellos

[permalink] [raw]
Subject: Re: [PATCH 06/10] mips: dts: ralink: mt7621: remove interrupt-parent from switch node

On Wed, Sep 14, 2022 at 10:56 AM Arınç ÜNAL <[email protected]> wrote:
>
> The interrupt-parent property is inherited from the ethernet node as it's a
> parent node of the switch node. Therefore, remove the unnecessary
> interrupt-parent property from the switch node.
>
> Signed-off-by: Arınç ÜNAL <[email protected]>
> ---
> arch/mips/boot/dts/ralink/mt7621.dtsi | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Sergio Paracuellos <[email protected]>