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

Commit eded1460 authored by Tatenda Chipeperekwa's avatar Tatenda Chipeperekwa Committed by Shiv Maliyappanahalli
Browse files

ARM: dts: msm: rename codec child node of MSM external display



Audio codec now supports audio both on HDMI and display port
interfaces. Rename audio codec and compatible string to be
generic.

Change-Id: I7c2ace6dedc0cad34fe0ab46c6290526972824a1
Signed-off-by: default avatarTatenda Chipeperekwa <tatendac@codeaurora.org>
parent 43e540ae
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -104,9 +104,9 @@
				"msm-dai-q6-dev.16396", "msm-dai-q6-dev.16398",
				"msm-dai-q6-dev.16399", "msm-dai-q6-dev.16401",
				"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673";
		asoc-codec = <&stub_codec>, <&hdmi_audio>;
		asoc-codec = <&stub_codec>, <&ext_disp_audio_codec>;
		asoc-codec-names = "msm-stub-codec.1",
				   "msm-hdmi-audio-codec-rx";
				   "msm-ext-disp-audio-codec-rx";
		qcom,wsa-max-devs = <2>;
		qcom,wsa-devs = <&wsa881x_211>, <&wsa881x_212>,
				<&wsa881x_213>, <&wsa881x_214>;
@@ -182,8 +182,9 @@
				"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
				"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673",
				"msm-dai-q6-dev.16396";
		asoc-codec = <&stub_codec>;
		asoc-codec-names = "msm-stub-codec.1";
		asoc-codec = <&stub_codec>, <&ext_disp_audio_codec>;
		asoc-codec-names = "msm-stub-codec.1",
				   "msm-ext-disp-audio-codec-rx";
		qcom,wsa-max-devs = <2>;
		qcom,wsa-devs = <&wsa881x_0211>, <&wsa881x_0212>,
				<&wsa881x_0213>, <&wsa881x_0214>;
+3 −2
Original line number Diff line number Diff line
@@ -451,8 +451,9 @@
	msm_ext_disp: qcom,msm_ext_disp {
		compatible = "qcom,msm-ext-disp";

		hdmi_audio: qcom,msm-hdmi-audio-rx {
			compatible = "qcom,msm-hdmi-audio-codec-rx";
		ext_disp_audio_codec: qcom,msm-ext-disp-audio-codec-rx {
			compatible = "qcom,msm-ext-disp-audio-codec-rx";
			qcom,msm_ext_disp = <&msm_ext_disp>;
		};
	};