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

Commit 048ea19f authored by Rajesh Bharathwaj's avatar Rajesh Bharathwaj
Browse files

ARM: dts: msm: change battery charger for AR Glass

Restricting AR Glass battery charger to 5V @ 3A and disable
hvdcp(High-VoltageDedicatedChargingPort).

Change-Id: I76d3a05d10b6299fbe1a43fc50134ae3d7b8b2d3
parent f5deee96
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -392,6 +392,7 @@
	qcom,sw-jeita-enable;
	qcom,wd-bark-time-secs = <16>;
	qcom,suspend-input-on-debug-batt;
	qcom,hvdcp-disable;
	qcom,thermal-mitigation = <5325000 4500000 4000000 3500000 3000000
				2500000 2000000 1500000 1000000 500000>;
};
@@ -1058,3 +1059,9 @@
	qcom,strobe-sel = <1>;
	status = "okay";
};

&pm8150b_pdphy {
	/* Restricting only to 5V@3A */
	qcom,default-sink-caps = <5000 3000>; /* 5V @ 3A */
};