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

Commit 75149c82 authored by Sankeerth Billakanti's avatar Sankeerth Billakanti Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add external display audio codec node for sdmmagpie



There is a crash observed if the external display audio codec
DT node is not present. Add the external display audio codec DT
node for the sdmmagpie target.

Change-Id: I6e22da7e9da4d7b7c9fa8bc98a5625d7a1db26fc
Signed-off-by: default avatarSankeerth Billakanti <sbillaka@codeaurora.org>
parent 3424e1d3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -235,6 +235,15 @@
		cell-index = <0>;
		label = "wb_display";
	};

	ext_disp: qcom,msm-ext-disp {
		status = "disabled";
		compatible = "qcom,msm-ext-disp";

		ext_disp_audio_codec: qcom,msm-ext-disp-audio-codec-rx {
			compatible = "qcom,msm-ext-disp-audio-codec-rx";
		};
	};
};

&sde_dp {