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

Commit 3ed72b74 authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

ARM: dts: msm: Add extcon node for sdxlemur-atp

Enable cable detection using pdphy functionality.  Also disable PMX65
VBUS_DET as VBUS detection is through PM7250B.

Change-Id: I9301e5f7412c5a443da4254524bcf7bd9e1fd79c
parent 2d0652d8
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -9,6 +9,18 @@
	};
};

&usb {
	extcon = <&pm7250b_pdphy>, <&eud>;

	#io-channel-cells = <1>;
	io-channels= <&pm7250b_charger PSY_IIO_USB_REAL_TYPE>;
	io-channel-names = "chg_type";
};

&vbus_detect {
	status = "disabled";
};

&pm7250b_clkdiv {
	clocks = <&rpmhcc RPMH_CXO_CLK>;
	clock-names = "xo";