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

Commit a597e02b authored by Bhalchandra Gajare's avatar Bhalchandra Gajare Committed by Stephen Boyd
Browse files

arm/dt: msm8226: Add helper regulator for vdd_buck of audio codec



vdd_buck power rail to the codec is supplied by SMPA 4. During
high loading conditions, SMPA4 needs to be backed up by LDO25
as a helper regulator. Add LDO25 as a helper regulator to the
audio codec regulator list. Both SMPA4 and LDO25 are optional
and on-demand regulators for the audio codec.

Change-Id: I2b28d645d21f12c7c9e0badb9101ed7dab075dee
Signed-off-by: default avatarBhalchandra Gajare <gajare@codeaurora.org>
parent cc2d4379
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -342,12 +342,18 @@
			qcom,cdc-vdd-cx-voltage = <1200000 1200000>;
			qcom,cdc-vdd-cx-current = <10000>;

			qcom,cdc-static-supplies = "cdc-vdd-buck",
						   "cdc-vdd-h",
			cdc-vdd-buckhelper-supply = <&pm8226_l25>;
			qcom,cdc-vdd-buckhelper-voltage = <1775000 2125000>;
			qcom,cdc-vdd-buckhelper-current = <10000>;

			qcom,cdc-static-supplies = "cdc-vdd-h",
						   "cdc-vdd-px",
						   "cdc-vdd-a-1p2v",
						   "cdc-vdd-cx";

			qcom,cdc-cp-supplies = "cdc-vdd-buck",
						"cdc-vdd-buckhelper";

			qcom,cdc-micbias-ldoh-v = <0x3>;
			qcom,cdc-micbias-cfilt1-mv = <1800>;
			qcom,cdc-micbias-cfilt2-mv = <2700>;