Skip to content

Commit

Permalink
staging: mt7621-dts: enable MT7530 interrupt controller
Browse files Browse the repository at this point in the history
Enable MT7530 interrupt controller in the MT7621 SoC.

Signed-off-by: DENG Qingfang <[email protected]>
Reviewed-by: Andrew Lunn <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
LGA1150 authored and davem330 committed May 19, 2021
1 parent 4006f98 commit f494f09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/staging/mt7621-dts/mt7621.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@
mediatek,mcm;
resets = <&rstctrl 2>;
reset-names = "mcm";
interrupt-controller;
#interrupt-cells = <1>;
interrupt-parent = <&gic>;
interrupts = <GIC_SHARED 23 IRQ_TYPE_LEVEL_HIGH>;

ports {
#address-cells = <1>;
Expand Down

0 comments on commit f494f09

Please sign in to comment.