mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Some endpoints like NVMe D3cold transition is prohibited as it decreases the life time of the device (D3 cold is treated as power cycle). So turning off the link during S3 can reduce life span of the NVMe. For those endpoints adding a flag to inform the driver that APSS based l1ss-sleep is supported. The PCIe driver will keep the link in L1ss and turn off PCIe resources if this flag is set. Change-Id: I3682bda297181eb9f5b63cf817b05e37b160b3ce
40 lines
736 B
Plaintext
40 lines
736 B
Plaintext
#include "kalama-qrd.dtsi"
|
|
|
|
&sdhc_2 {
|
|
cd-gpios = <&pm8550_gpios 12 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
&usb_qmp_dp_phy {
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&redriver {
|
|
status = "disabled";
|
|
};
|
|
|
|
®ulator_ocp_notifier {
|
|
/delete-property/ periph-bc3-supply;
|
|
/delete-property/ periph-bc4-supply;
|
|
/delete-property/ periph-bc5-supply;
|
|
/delete-property/ periph-bc6-supply;
|
|
/delete-property/ periph-bc7-supply;
|
|
};
|
|
|
|
&pm8550b_eusb2_repeater {
|
|
qcom,param-override-seq =
|
|
/* <value reg_offset> */
|
|
/* Adjust HS trasmit amplitude */
|
|
<0xb 0x51
|
|
/* Squelch detection threshold */
|
|
0x3 0x54
|
|
/* Tx pre-emphasis tuning */
|
|
0x3 0x57
|
|
/* HS disconnect threshold */
|
|
0x6 0x53>;
|
|
};
|
|
|
|
&pcie1 {
|
|
qcom,boot-option = <0x2>;
|
|
qcom,apss-based-l1ss-sleep;
|
|
};
|