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

Commit bac87bad authored by Gustavo Solaira's avatar Gustavo Solaira Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Use GPIO_85 for IPC on MDM9650 TTP PCIe_EP devices



Use GPIO_85 for MDM2AP status on MDM9650 TTP PCIe_EP
devices instead of GPIO_16 since this is owned by
bluetooth.

Change-Id: I4f954664e3782f0a407b721514f0d4ad1a67d86e
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent bddb8c40
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;
	};
};