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

Commit f827086d authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy Committed by Gerrit - the friendly Code Review server
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: Iddb2b3843238707d404e96203af231b696dadc7f
parent 1cf41137
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -253,3 +253,7 @@
	io-channels= <&pm7250b_charger PSY_IIO_USB_REAL_TYPE>;
	io-channel-names = "chg_type";
};

&vbus_detect {
	status = "disabled";
};
+4 −0
Original line number Diff line number Diff line
@@ -278,3 +278,7 @@
	io-channels= <&pm7250b_charger PSY_IIO_USB_REAL_TYPE>;
	io-channel-names = "chg_type";
};

&vbus_detect {
	status = "disabled";
};