Skip to content

Commit

Permalink
arm64: dts: mt7622: add power domain controller device nodes
Browse files Browse the repository at this point in the history
add power domain controller nodes

Signed-off-by: Sean Wang <[email protected]>
Cc: Matthias Brugger <[email protected]>
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
moore-bros authored and mbgg committed Mar 11, 2018
1 parent d716788 commit 925bd27
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt7622.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/clock/mt7622-clk.h>
#include <dt-bindings/power/mt7622-power.h>
#include <dt-bindings/reset/mt7622-reset.h>

/ {
Expand Down Expand Up @@ -109,6 +110,20 @@
#reset-cells = <1>;
};

scpsys: scpsys@10006000 {
compatible = "mediatek,mt7622-scpsys",
"syscon";
#power-domain-cells = <1>;
reg = <0 0x10006000 0 0x1000>;
interrupts = <GIC_SPI 165 IRQ_TYPE_LEVEL_LOW>,
<GIC_SPI 166 IRQ_TYPE_LEVEL_LOW>,
<GIC_SPI 167 IRQ_TYPE_LEVEL_LOW>,
<GIC_SPI 168 IRQ_TYPE_LEVEL_LOW>;
infracfg = <&infracfg>;
clocks = <&topckgen CLK_TOP_HIF_SEL>;
clock-names = "hif_sel";
};

sysirq: interrupt-controller@10200620 {
compatible = "mediatek,mt7622-sysirq",
"mediatek,mt6577-sysirq";
Expand Down

0 comments on commit 925bd27

Please sign in to comment.