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

Commit be1f95bb authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

ARM: dts: msm: Disable PMX65 VBUS_DET on sdxlemur MTP-MBB and RCM-RC boards

On these boards, VBUS detection is through PM7250B, so disable the
VBUS_DET peripheral.

Change-Id: If408b620c296df6bf1fbfeafb96b3e720de83114
parent 78408768
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -204,3 +204,7 @@
			   "typec_mode",
			   "typec_mode",
			   "pe_start";
			   "pe_start";
};
};

&vbus_detect {
	status = "disabled";
};
+4 −0
Original line number Original line Diff line number Diff line
@@ -172,3 +172,7 @@
			   "typec_mode",
			   "typec_mode",
			   "pe_start";
			   "pe_start";
};
};

&vbus_detect {
	status = "disabled";
};