Skip to content

Commit

Permalink
mips: dts: ralink: mt7621: remove interrupt-parent from switch node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arınç ÜNAL authored and David S. Miller committed Sep 23, 2022
1 parent 5ae75a1 commit 08b9eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/boot/dts/ralink/mt7621.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@
reset-names = "mcm";
interrupt-controller;
#interrupt-cells = <1>;
interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;

ports {
Expand Down

0 comments on commit 08b9eaf

Please sign in to comment.