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

Commit 3ffff1fe authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ARM: DTS: enable MIC BIAS as on demand supply on all targets



Update codec node to enable the mic bias as on demand supply
for all the targets.

CRs-Fixed: 965952
Change-Id: I6eedff242f7e59143e17ec88397abc1267d18c8e
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 3099525b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -665,6 +665,8 @@
			"cdc-vdd-rx-h",
			"cdc-vdd-px";

		qcom,cdc-on-demand-supplies = "cdc-vdd-mic-bias";

		qcom,cdc-micbias1-mv = <1800>;
		qcom,cdc-micbias2-mv = <1800>;
		qcom,cdc-micbias3-mv = <1800>;
+3 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -383,6 +383,8 @@
			"cdc-vdd-rx-h",
			"cdc-vdd-px";

		qcom,cdc-on-demand-supplies = "cdc-vdd-mic-bias";

		qcom,cdc-micbias1-mv = <1800>;
		qcom,cdc-micbias2-mv = <1800>;
		qcom,cdc-micbias3-mv = <1800>;
+0 −2
Original line number Diff line number Diff line
@@ -164,6 +164,4 @@
	cdc-vdd-mic-bias-supply = <&pmtitanium_l13>;
	qcom,cdc-vdd-mic-bias-voltage = <3125000 3125000>;
	qcom,cdc-vdd-mic-bias-current = <15000>;

	qcom,cdc-on-demand-supplies = "cdc-vdd-mic-bias";
};