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

Commit 1292dc2b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 10ee42c3 d7605bf1
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -51,8 +51,29 @@
	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>;
};

&soc {