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:
Kishor Krishna Bhat
2024-05-27 13:20:11 +05:30
parent dfbb030876
commit 7f29de29fd

View File

@@ -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>;