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

Commit acd7fb85 authored by Arulpandiyan Vadivel's avatar Arulpandiyan Vadivel Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: enable linear charger in dragon board



Enable linear charger, vm-bms drivers and add extcon support
in usb_otg node for apq8009 based dragon board.

Change-Id: I141580802ad57b242045cc2d196eb19404045400
Signed-off-by: default avatarArulpandiyan Vadivel <avadiv@codeaurora.org>
Signed-off-by: default avatarSundara Vinayagam <sundvi@codeaurora.org>
parent 34339681
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@
	qcom,hsusb-otg-mode = <3>;
	qcom,switch-vbus-w-id;
	vbus_otg-supply = <&vph_pwr_vreg>;
	extcon = <&pm8916_chg>;
};

&external_image_mem {
@@ -111,3 +112,11 @@
		status= "disabled";
	};
};

&pm8916_chg {
	status = "ok";
};

&pm8916_bms {
	status = "ok";
};