Skip to content

Commit c02b60c

Browse files
committed
arm64: dts: apple: Re-parent ANS2 power domains
Turns out that the APCIE_ST*_SYS domains do hard-depend on ANS2, so without this they refuse to power up. Reviewed-by: Sven Peter <[email protected]> Signed-off-by: Sven Peter <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent f2906aa commit c02b60c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -725,11 +725,6 @@
725725
#power-domain-cells = <0>;
726726
#reset-cells = <0>;
727727
label = "ans2";
728-
/*
729-
* The ADT makes ps_apcie_st depend on ps_ans2 instead, but this
730-
* doesn't make much sense since ANS2 uses APCIE_ST.
731-
*/
732-
power-domains = <&ps_apcie_st>;
733728
};
734729

735730
ps_gfx: power-controller@3f8 {
@@ -836,7 +831,7 @@
836831
#power-domain-cells = <0>;
837832
#reset-cells = <0>;
838833
label = "apcie_st";
839-
power-domains = <&ps_apcie>;
834+
power-domains = <&ps_apcie>, <&ps_ans2>;
840835
};
841836

842837
ps_ane_sys: power-controller@470 {

0 commit comments

Comments
 (0)