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

Commit d7605bf1 authored by Tony Truong's avatar Tony Truong
Browse files

ARM: dts: msm: change PCIe1 WAKE to no-pull for sm8150-sdx50m



Configure PCIe1 WAKE GPIO as no-pull instead of pull-up
for sm8150-sdx50m platform because baseband already has
an external pull-up resistor.

Change-Id: Ib17ee9d536837f2dfd308c185bdd49b0903af226
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent e2039f3b
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -47,6 +47,27 @@
	status = "okay";
};

&tlmm {
	pcie1 {
		pcie1_sdx50m_wake_default: pcie1_sdx50m_wake_default {
			mux {
				pins = "gpio104";
				function = "gpio";
			};

			config {
				pins = "gpio104";
				drive-strength = <2>;
				bias-disable;
			};
		};
	};
};

&pcie1 {
	dma-coherent;

	pinctrl-0 = <&pcie1_clkreq_default
		&pcie1_perst_default
		&pcie1_sdx50m_wake_default>;
};