Skip to content

Commit 17fbb84

Browse files
committed
arm64: dts: apple: Add pmgr-misc nodes to t60xx
1 parent 66a0dbf commit 17fbb84

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-die0.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
power-domains = <&ps_aic>;
2525
};
2626

27+
pmgr_misc: power-management@28e20c000 {
28+
compatible = "apple,t6000-pmgr-misc";
29+
#address-cells = <1>;
30+
#size-cells = <1>;
31+
reg = <0x2 0x8e20c000 0 0x400>,
32+
<0x2 0x8e20c800 0 0x400>;
33+
reg-names = "fabric-ps", "dcs-ps";
34+
apple,dcs-min-ps = <7>;
35+
};
36+
2737
smc_mbox: mbox@290408000 {
2838
compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4";
2939
reg = <0x2 0x90408000 0x0 0x4000>;

arch/arm64/boot/dts/apple/t602x-die0.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
power-domains = <&ps_aic>;
2626
};
2727

28+
pmgr_misc: power-management@28e20c000 {
29+
compatible = "apple,t6020-pmgr-misc", "apple,t6000-pmgr-misc";
30+
#address-cells = <1>;
31+
#size-cells = <1>;
32+
reg = <0x2 0x8e20c000 0 0x400>,
33+
<0x2 0x8e20c400 0 0x400>;
34+
reg-names = "fabric-ps", "dcs-ps";
35+
};
36+
2837
wdt: watchdog@29e2c4000 {
2938
compatible = "apple,t6020-wdt", "apple,wdt";
3039
reg = <0x2 0x9e2c4000 0x0 0x4000>;

0 commit comments

Comments
 (0)