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

Commit b700d557 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add PDM i2s enable switch"

parents ddd7df2b feadbe6a
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -2154,6 +2154,9 @@ Optional properties:
- qcom,tdm-i2s-switch-enable: For chipsets where tdm mics are controlled by
- qcom,tdm-i2s-switch-enable: For chipsets where tdm mics are controlled by
			  switch, drive corresponding gpio to output high
			  switch, drive corresponding gpio to output high
			  to enable switch.
			  to enable switch.
- qcom,pdm-i2s-switch-enable: For chipsets where pdm mics are controlled by
			  switch, drive corresponding gpio to output high
			  to enable switch.


Example:
Example:
	sound {
	sound {
+1 −1
Original line number Original line Diff line number Diff line
@@ -77,7 +77,7 @@
			"SpkrLeft IN", "SPK1 OUT",
			"SpkrLeft IN", "SPK1 OUT",
			"SpkrRight IN", "SPK2 OUT";
			"SpkrRight IN", "SPK2 OUT";


		qcom,tdm-i2s-switch-enable = <&msm_gpio 88 0>;
		qcom,pdm-i2s-switch-enable = <&msm_gpio 88 0>;
		qcom,pri-mi2s-gpios = <&cdc_pri_mi2s_gpios>;
		qcom,pri-mi2s-gpios = <&cdc_pri_mi2s_gpios>;
		qcom,quat-mi2s-gpios = <&cdc_quat_tdm_gpios>;
		qcom,quat-mi2s-gpios = <&cdc_quat_tdm_gpios>;
	};
	};