Skip to content

Commit

Permalink
arm64: dts: apple: Re-parent ANS2 power domains
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
marcan committed Jun 21, 2022
1 parent f2906aa commit c02b60c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions arch/arm64/boot/dts/apple/t8103-pmgr.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -725,11 +725,6 @@
#power-domain-cells = <0>;
#reset-cells = <0>;
label = "ans2";
/*
* The ADT makes ps_apcie_st depend on ps_ans2 instead, but this
* doesn't make much sense since ANS2 uses APCIE_ST.
*/
power-domains = <&ps_apcie_st>;
};

ps_gfx: power-controller@3f8 {
Expand Down Expand Up @@ -836,7 +831,7 @@
#power-domain-cells = <0>;
#reset-cells = <0>;
label = "apcie_st";
power-domains = <&ps_apcie>;
power-domains = <&ps_apcie>, <&ps_ans2>;
};

ps_ane_sys: power-controller@470 {
Expand Down

0 comments on commit c02b60c

Please sign in to comment.