Skip to content

Commit 1e2f96e

Browse files
committed
arm64: dts: apple: Make ps_msg always-on
Apple has it that way, and it might be important. Let's not risk it. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 508efe7 commit 1e2f96e

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,7 @@
18731873
#power-domain-cells = <0>;
18741874
#reset-cells = <0>;
18751875
label = DIE_LABEL(msg);
1876+
apple,always-on; /* Core AON device? */
18761877
};
18771878

18781879
DIE_NODE(ps_nub_gpio): power-controller@80 {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,7 @@
20062006
#power-domain-cells = <0>;
20072007
#reset-cells = <0>;
20082008
label = DIE_LABEL(msg);
2009+
apple,always-on; /* Core AON device? */
20092010
};
20102011

20112012
DIE_NODE(ps_nub_gpio): power-controller@80 {

arch/arm64/boot/dts/apple/t8103-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@
10951095
#power-domain-cells = <0>;
10961096
#reset-cells = <0>;
10971097
label = "msg";
1098+
apple,always-on; /* Core AON device? */
10981099
};
10991100

11001101
ps_atc0_usb_aon: power-controller@88 {

arch/arm64/boot/dts/apple/t8112-pmgr.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@
10611061
#power-domain-cells = <0>;
10621062
#reset-cells = <0>;
10631063
label = "msg";
1064+
apple,always-on; /* Core AON device? */
10641065
};
10651066

10661067
ps_nub_gpio: power-controller@80 {

0 commit comments

Comments
 (0)