mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add NVMe power enable GPIO as the fixed regulator. The M.2 connector power is enabled through the GPIO only. So adding the gpio as fixed regulator for powering it on. Enable dt property for enumerating NVMe at probe itself. Change-Id: I6797ab5b57b043a1bf6fe6c3ef1ce452ed1f1494
39 lines
707 B
Plaintext
39 lines
707 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>;
|
|
};
|