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

Commit 909b9f1c authored by Meng Wang's avatar Meng Wang
Browse files

ARM: dts: msm: update SWR_DMIC to 0 on Lahaina QRD device

on Lahaina QRD device, there's no SWR DMIC connected. Set
qcom,swr-dmic-max-devs to 0 and disable SWR DMIC on QRD device.

Change-Id: Ice7418b4e555da9a16f3444e09b80a45de915236
parent cbf0025b
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -32,6 +32,22 @@
	status = "ok";
};

&swr_dmic_01 {
	status = "disabled";
};

&swr_dmic_02 {
	status = "disabled";
};

&swr_dmic_03 {
	status = "disabled";
};

&swr_dmic_04 {
	status = "disabled";
};

&lahaina_snd {
	qcom,model = "lahaina-qrd-snd-card";

@@ -89,6 +105,8 @@
		"Digital Mic4", "VA MIC BIAS4",
		"Digital Mic5", "VA MIC BIAS4";

	qcom,swr-dmic-max-devs = <0>;

	qcom,cdc-dmic01-gpios = <&cdc_dmic01_gpios>;
	qcom,cdc-dmic23-gpios = <&cdc_dmic23_gpios>;
	qcom,cdc-dmic45-gpios = <&cdc_dmic45_gpios>;