mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 22:56:05 +08:00
ARM: dts: msm: SA6155: Set PCIe boot-option to 0x1
PCIe root complex device (0000:00:00:00) PM OPs is causing 1sec delay during LPM Resume. In order to avoid the PM resume/suspend for device, driver can mark the device as syscore,so the PM driver will skip the suspend/resume for particular device. With device like WLAN which are externally powered resume needs to be delayed till the device gets power. So,set the boot-option as 0x1 to fix this issue. Change-Id: Ib5fbe9d2978f61fcde6630cce1f74766a7c82ad1
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
qcom,phy-power-down-offset = <0x804>;
|
||||
qcom,core-preset = <0x77777777>;
|
||||
|
||||
qcom,boot-option = <0x0>;
|
||||
qcom,boot-option = <0x1>;
|
||||
|
||||
linux,pci-domain = <0>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user