Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6e9e18e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update MSM8994 PCIe nodes for pinctrl"

parents 07f6b811 8c6abd2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -1276,6 +1276,11 @@
				drive-strength = <2>;
				drive-strength = <2>;
				bias-pull-down;
				bias-pull-down;
			};
			};

			pcie1_wake_sleep: pcie1_wake_sleep {
				drive-strength = <2>;
				bias-disable;
			};
		};
		};


		pmx_sec_aux_pcm {
		pmx_sec_aux_pcm {
+2 −1
Original line number Original line Diff line number Diff line
@@ -734,8 +734,9 @@
				"int_aer_legacy", "int_pls_link_up",
				"int_aer_legacy", "int_pls_link_up",
				"int_pls_link_down", "int_bridge_flush_n";
				"int_pls_link_down", "int_bridge_flush_n";


		pinctrl-names = "default";
		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&pcie1_clkreq_default &pcie1_perst_default &pcie1_wake_default>;
		pinctrl-0 = <&pcie1_clkreq_default &pcie1_perst_default &pcie1_wake_default>;
		pinctrl-1 = <&pcie1_clkreq_default &pcie1_perst_default &pcie1_wake_sleep>;


		perst-gpio = <&msm_gpio 35 0>;
		perst-gpio = <&msm_gpio 35 0>;
		wake-gpio = <&msm_gpio 37 0>;
		wake-gpio = <&msm_gpio 37 0>;