diff options
author | DENG Qingfang <[email protected]> | 2021-05-19 11:32:02 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-05-19 13:27:42 -0700 |
commit | f494f0935ffb62c1d5463e59dfcd7d89a46c7807 (patch) | |
tree | d49713840530df581da982808bfbb4f3441912a5 | |
parent | 4006f986c091cda1a66067f77b6f5704a9618562 (diff) |
staging: mt7621-dts: enable MT7530 interrupt controller
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]>
-rw-r--r-- | drivers/staging/mt7621-dts/mt7621.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-dts/mt7621.dtsi b/drivers/staging/mt7621-dts/mt7621.dtsi index f0c9ae757bcd..093a7f8091b5 100644 --- a/drivers/staging/mt7621-dts/mt7621.dtsi +++ b/drivers/staging/mt7621-dts/mt7621.dtsi @@ -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>; |