mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Set no-status-check-on-disable for Lahaina PCIe GDSCs
The Lahaina PCIe GDSCs are votable between HLOS and ADSP, so the GDSC may not turn off when HLOS removes its vote since ADSP may be voting as well. Thus, don't poll for the GDSC to turn off. Otherwise, gdsc_disable() will return an error when ADSP is voting them on. Change-Id: I1472843e8bdfa0344abf13e76156f9c0d402885c
This commit is contained in:
@@ -1036,6 +1036,7 @@
|
||||
qcom,gds-timeout = <500>;
|
||||
parent-supply = <&VDD_CX_LEVEL>;
|
||||
qcom,retain-regs;
|
||||
qcom,no-status-check-on-disable;
|
||||
};
|
||||
|
||||
gcc_pcie_1_gdsc: qcom,gdsc@18d004 {
|
||||
@@ -1045,6 +1046,7 @@
|
||||
qcom,gds-timeout = <500>;
|
||||
parent-supply = <&VDD_CX_LEVEL>;
|
||||
qcom,retain-regs;
|
||||
qcom,no-status-check-on-disable;
|
||||
};
|
||||
|
||||
gcc_ufs_card_gdsc: qcom,gdsc@175004 {
|
||||
|
||||
Reference in New Issue
Block a user