mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
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 <sven@svenpeter.dev> Signed-off-by: Sven Peter <sven@svenpeter.dev> Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
f2906aa863
commit
c02b60cb25
|
|
@ -725,11 +725,6 @@ ps_ans2: power-controller@3f0 {
|
|||
#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 {
|
||||
|
|
@ -836,7 +831,7 @@ ps_apcie_st: power-controller@418 {
|
|||
#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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user