mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: add sleep state for PCIe1 CLKREQ for Waipio
When PCIe1 core goes to D3, switch CLKREQ# to function 0 to prevent leakage on the external pull-up. Change-Id: Iae1154ad255a2515db9dde0beb5371024cda00f7
This commit is contained in:
@@ -285,10 +285,13 @@
|
||||
|
||||
perst-gpio = <&tlmm 97 0>;
|
||||
wake-gpio = <&tlmm 99 0>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <&pcie1_perst_default
|
||||
&pcie1_clkreq_default
|
||||
&pcie1_wake_default>;
|
||||
pinctrl-1 = <&pcie1_perst_default
|
||||
&pcie1_clkreq_sleep
|
||||
&pcie1_wake_default>;
|
||||
|
||||
gdsc-vdd-supply = <&gcc_pcie_1_gdsc>;
|
||||
vreg-1p8-supply = <&pm8350_l6>;
|
||||
|
||||
@@ -2669,6 +2669,19 @@
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
pcie1_clkreq_sleep: pcie1_clkreq_sleep {
|
||||
mux {
|
||||
pins = "gpio98";
|
||||
function = "gpio";
|
||||
};
|
||||
|
||||
config {
|
||||
pins = "gpio98";
|
||||
drive-strength = <2>;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
pmx_sde: pmx_sde {
|
||||
|
||||
Reference in New Issue
Block a user