ARM: dts: msm: add MSM External display node for msmcobalt
Add MSM External display node for msmcobalt which is needed to manage the interaction between external displays (HDMI and Display Port) and the audio and display frameworks. CRs-Fixed: 1009284 Change-Id: I54c1eee7a3e1d8f481a9bc629e28f13c5849a3db Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
parent
a3ce403844
commit
d2d512e984
1 changed files with 7 additions and 1 deletions
|
@ -586,7 +586,11 @@
|
|||
"mmss_noc_ahb_clk",
|
||||
"mmss_smmu_ahb_clk",
|
||||
"mmss_smmu_axi_clk";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
msm_ext_disp: qcom,msm_ext_disp {
|
||||
compatible = "qcom,msm-ext-disp";
|
||||
};
|
||||
|
||||
mdss_hdmi_tx: qcom,hdmi_tx@c9a0000 {
|
||||
|
@ -606,6 +610,8 @@
|
|||
qcom,enable-load = <0>;
|
||||
qcom,disable-load = <0>;
|
||||
|
||||
qcom,msm_ext_disp = <&msm_ext_disp>;
|
||||
|
||||
clocks = <&clock_mmss clk_mmss_mnoc_ahb_clk>,
|
||||
<&clock_mmss clk_mmss_mdss_ahb_clk>,
|
||||
<&clock_mmss clk_mmss_mdss_hdmi_clk>,
|
||||
|
|
Loading…
Add table
Reference in a new issue