ARM: dts: msm: add audio codec as child of MSM External display

Add the audio codec as a child node of the MSM External display
node. The audio codec probe will happen after the External
display probe, and will allow the audio codec to register with
the External display independently of the display interface(s)
that will the added after a hotplug event.

Change-Id: I481e475ceff2ea0a07a0dfc4083526982674954c
CRs-Fixed: 1009284
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Tatenda Chipeperekwa 2016-08-25 17:20:38 -07:00
parent d54ab561f0
commit fb5a1b1276

View file

@ -445,6 +445,14 @@
qcom,mdss-fb-map = <&mdss_fb1>;
};
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";
};
};
mdss_dp_ctrl: qcom,dp_ctrl@c990000 {
cell-index = <0>;
compatible = "qcom,mdss-dp";
@ -477,6 +485,8 @@
qcom,dp-usbpd-detection = <&pmicobalt_pdphy>;
qcom,msm_ext_disp = <&msm_ext_disp>;
qcom,core-supply-entries {
#address-cells = <1>;
#size-cells = <0>;
@ -589,10 +599,6 @@
};
};
msm_ext_disp: qcom,msm_ext_disp {
compatible = "qcom,msm-ext-disp";
};
mdss_hdmi_tx: qcom,hdmi_tx@c9a0000 {
cell-index = <0>;
compatible = "qcom,hdmi-tx";
@ -625,10 +631,6 @@
qcom,mdss-fb-map = <&mdss_fb2>;
qcom,pluggable;
hdmi_audio: qcom,msm-hdmi-audio-rx {
compatible = "qcom,msm-hdmi-audio-codec-rx";
};
};
};