mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: update PCIe LTR value to 150us for Waipio
On Waipio, PCIe L1.2 exit is about 150us. Therefore update PCIe so that it will program all PCI devices LTR register with 150us. Devices can use this value to deterine if L1.2 should be entered or not based on their latency requirement. Change-Id: If0c4af02654a5277b9d7f702af2fe16aaef45b8a
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
qcom,drv-supported;
|
||||
qcom,drv-l1ss-timeout-us = <5000>;
|
||||
qcom,l1-2-th-scale = <2>;
|
||||
qcom,l1-2-th-value = <70>;
|
||||
qcom,l1-2-th-value = <150>;
|
||||
qcom,slv-addr-space-size = <0x4000000>;
|
||||
qcom,ep-latency = <10>;
|
||||
qcom,num-parf-testbus-sel = <0xb9>;
|
||||
@@ -363,6 +363,8 @@
|
||||
qcom,slv-addr-space-size = <0x20000000>;
|
||||
qcom,ep-latency = <10>;
|
||||
qcom,num-parf-testbus-sel = <0xb9>;
|
||||
qcom,l1-2-th-scale = <2>;
|
||||
qcom,l1-2-th-value = <150>;
|
||||
|
||||
qcom,pcie-phy-ver = <103>;
|
||||
qcom,phy-status-offset = <0x1214>;
|
||||
|
||||
Reference in New Issue
Block a user