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

Commit 88280545 authored by Aditya Bavanari's avatar Aditya Bavanari Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Make vdd mic bias as static supply

Make vdd mic bias as static supply instead of on demand
supply to avoid bootup headset detection issues.

Change-Id: I540c4b07fb921d398052d162b03787f2419be87d
parent d2fe4d02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -149,9 +149,9 @@
		qcom,cdc-micbias3-mv = <1800>;

		qcom,cdc-static-supplies = "cdc-vdd-cp",
					   "cdc-vdd-io";
		qcom,cdc-on-demand-supplies = "cdc-pa-vpos",
					   "cdc-vdd-io",
					   "cdc-vdd-mic-bias";
		qcom,cdc-on-demand-supplies = "cdc-pa-vpos";
	};
};