ARM: dts: msm: Disable PCIe L1 and L1ss for msm8996 CV2X
Disable L1 and L1ss PCIe low power modes for msm8996 CV2X since it causes problems with WLAN (RC0) and not supported by Neutrino Ethernet (RC1). Change-Id: I7d9358a2cb5921f5e5d5da858faec553197063ee Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
This commit is contained in:
parent
55cbbe6873
commit
b455f181be
1 changed files with 7 additions and 0 deletions
|
@ -335,9 +335,16 @@
|
||||||
/delete-property/ vin-supply;
|
/delete-property/ vin-supply;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pcie0 {
|
||||||
|
/delete-property/ qcom,l1-supported;
|
||||||
|
/delete-property/ qcom,l1ss-supported;
|
||||||
|
};
|
||||||
|
|
||||||
&pcie1 {
|
&pcie1 {
|
||||||
qcom,msi-gicm-addr = <0x09bd0040>;
|
qcom,msi-gicm-addr = <0x09bd0040>;
|
||||||
qcom,msi-gicm-base = <0x240>;
|
qcom,msi-gicm-base = <0x240>;
|
||||||
|
/delete-property/ qcom,l1-supported;
|
||||||
|
/delete-property/ qcom,l1ss-supported;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcie2 {
|
&pcie2 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue