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

Commit 4b93df48 authored by Karthikeyan Mani's avatar Karthikeyan Mani
Browse files

ARM: dts: msm: Replace swr dmic mic bias number on Lahaina

Triggering enable and disable of swr dmic power supply
mic bias using widget name is more straight forward
than using mic bias number. Replace the number with
widget name instead.

Change-Id: Ie56ee41926249a044ab0f1bc197235c47803e46d
parent 90389ea6
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@
				reg = <0x08 0x58350220>;
				reg = <0x08 0x58350220>;
				qcom,swr-dmic-prefix = "SWR_MIC0";
				qcom,swr-dmic-prefix = "SWR_MIC0";
				qcom,codec-name = "swr-dmic-01";
				qcom,codec-name = "swr-dmic-01";
				qcom,mic-bias-num = <3>;
				qcom,swr-dmic-supply = "MIC BIAS3 Standalone";
				qcom,wcd-handle = <&wcd938x_codec>;
				qcom,wcd-handle = <&wcd938x_codec>;
			};
			};


@@ -76,7 +76,7 @@
				reg = <0x08 0x58350221>;
				reg = <0x08 0x58350221>;
				qcom,swr-dmic-prefix = "SWR_MIC1";
				qcom,swr-dmic-prefix = "SWR_MIC1";
				qcom,codec-name = "swr-dmic-02";
				qcom,codec-name = "swr-dmic-02";
				qcom,mic-bias-num = <1>;
				qcom,swr-dmic-supply = "MIC BIAS1 Standalone";
				qcom,wcd-handle = <&wcd938x_codec>;
				qcom,wcd-handle = <&wcd938x_codec>;
			};
			};


@@ -85,7 +85,7 @@
				reg = <0x08 0x58350222>;
				reg = <0x08 0x58350222>;
				qcom,swr-dmic-prefix = "SWR_MIC2";
				qcom,swr-dmic-prefix = "SWR_MIC2";
				qcom,codec-name = "swr-dmic-03";
				qcom,codec-name = "swr-dmic-03";
				qcom,mic-bias-num = <1>;
				qcom,swr-dmic-supply = "MIC BIAS1 Standalone";
				qcom,wcd-handle = <&wcd938x_codec>;
				qcom,wcd-handle = <&wcd938x_codec>;
			};
			};


@@ -94,7 +94,7 @@
				reg = <0x08 0x58350223>;
				reg = <0x08 0x58350223>;
				qcom,swr-dmic-prefix = "SWR_MIC3";
				qcom,swr-dmic-prefix = "SWR_MIC3";
				qcom,codec-name = "swr-dmic-04";
				qcom,codec-name = "swr-dmic-04";
				qcom,mic-bias-num = <3>;
				qcom,swr-dmic-supply = "MIC BIAS3 Standalone";
				qcom,wcd-handle = <&wcd938x_codec>;
				qcom,wcd-handle = <&wcd938x_codec>;
			};
			};
		};
		};