Loading arch/arm/boot/dts/qcom/msm8992-pinctrl.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,11 @@ drive-strength = <2>; bias-pull-down; }; pcie0_wake_sleep: pcie0_wake_sleep { drive-strength = <2>; bias-disable; }; }; cnss_pins { Loading arch/arm/boot/dts/qcom/msm8992.dtsi +2 −1 Original line number Diff line number Diff line Loading @@ -987,8 +987,9 @@ "int_aer_legacy", "int_pls_link_up", "int_pls_link_down", "int_bridge_flush_n"; pinctrl-names = "default"; pinctrl-names = "default", "sleep"; pinctrl-0 = <&pcie0_clkreq_default &pcie0_perst_default &pcie0_wake_default>; pinctrl-1 = <&pcie0_clkreq_default &pcie0_perst_default &pcie0_wake_sleep>; perst-gpio = <&msm_gpio 35 0>; wake-gpio = <&msm_gpio 37 0>; Loading Loading
arch/arm/boot/dts/qcom/msm8992-pinctrl.dtsi +5 −0 Original line number Diff line number Diff line Loading @@ -790,6 +790,11 @@ drive-strength = <2>; bias-pull-down; }; pcie0_wake_sleep: pcie0_wake_sleep { drive-strength = <2>; bias-disable; }; }; cnss_pins { Loading
arch/arm/boot/dts/qcom/msm8992.dtsi +2 −1 Original line number Diff line number Diff line Loading @@ -987,8 +987,9 @@ "int_aer_legacy", "int_pls_link_up", "int_pls_link_down", "int_bridge_flush_n"; pinctrl-names = "default"; pinctrl-names = "default", "sleep"; pinctrl-0 = <&pcie0_clkreq_default &pcie0_perst_default &pcie0_wake_default>; pinctrl-1 = <&pcie0_clkreq_default &pcie0_perst_default &pcie0_wake_sleep>; perst-gpio = <&msm_gpio 35 0>; wake-gpio = <&msm_gpio 37 0>; Loading