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

Commit 9c490d53 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: Use GPIO_85 for IPC on MDM9650 TTP PCIe_EP devices"

parents fc3fc52e bac87bad
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@

&pcie_ep {
	status = "ok";
	mdm2apstatus-gpio = <&tlmm_pinmux 85 0>;
};

&pcie0 {
@@ -170,3 +171,15 @@
	status = "ok";
};

&pcie0_mdm2apstatus_default {
	mux {
		pins = "gpio85";
		function = "gpio";
	};

	config {
		pins = "gpio85";
		drive-strength = <2>;
		bias-pull-down;
	};
};