diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-09-20 20:25:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-23 12:24:59 +0300 |
commit | 08b9eaf454eea6ff3dcd537d65d5b3784155b516 (patch) | |
tree | bca8d032169fca6ea1aa882ffe9171005f3616a3 /arch/mips | |
parent | 5ae75a1ae5c9eb6765a11c8f54554a1a889f2c7f (diff) | |
download | linux-08b9eaf454eea6ff3dcd537d65d5b3784155b516.tar.xz |
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 <arinc.unal@arinc9.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7621.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 7cef1273796d..bcedb84e1618 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -348,7 +348,6 @@ reset-names = "mcm"; interrupt-controller; #interrupt-cells = <1>; - interrupt-parent = <&gic>; interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>; ports { |