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

Commit 4dda4243 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ARM: dts: msm: correct pinctrl state names for audio on MSM8996



The ALSA (Advanced Linux Sound Architecture) core expects the
pinctrl state names for audio DAIs (Digital Audio Interface)
as "default" and "sleep". Correct the pinctrl names from "idle"
to "sleep" for all DAIs used on MSM8996 target.

Change-Id: I43c727cae1792b45c00373ecc5be7dd0e9d0e15d
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent cce002f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2999,7 +2999,7 @@
		qcom,msm-cpudai-auxpcm-pcm-clk-rate = <2048000>, <2048000>;
		qcom,msm-auxpcm-interface = "primary";
		qcom,msm-cpudai-afe-clk-ver = <2>;
		pinctrl-names = "default", "idle";
		pinctrl-names = "default", "sleep";
		pinctrl-0 = <&pri_aux_pcm_active &pri_aux_pcm_din_active>;
		pinctrl-1 = <&pri_aux_pcm_sleep &pri_aux_pcm_din_sleep>;
	};
@@ -3025,7 +3025,7 @@
			qcom,msm-dai-q6-mi2s-dev-id = <2>;
			qcom,msm-mi2s-rx-lines = <2>;
			qcom,msm-mi2s-tx-lines = <1>;
			pinctrl-names = "default", "idle";
			pinctrl-names = "default", "sleep";
			pinctrl-0 = <&tert_mi2s_active &tert_mi2s_sd0_active>;
			pinctrl-1 = <&tert_mi2s_sleep &tert_mi2s_sd0_sleep>;
		};