ARM: dts: msm: add display device to framebuffer on msmcobalt
Add the display interface device to the framebuffer device to enable clients that use the sysfs mechanism access to APIs exposed by the display interface. CRs-Fixed: 1077559 Change-Id: Ia14939b035a2fb3d964f6f78899dfa2e21b275e8 Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
parent
f6dd258085
commit
40135e1fa5
1 changed files with 2 additions and 0 deletions
|
@ -268,11 +268,13 @@
|
|||
mdss_fb2: qcom,mdss_fb_hdmi {
|
||||
cell-index = <2>;
|
||||
compatible = "qcom,mdss-fb";
|
||||
qcom,mdss-intf = <&mdss_hdmi_tx>;
|
||||
};
|
||||
|
||||
mdss_fb3: qcom,mdss_fb_dp {
|
||||
cell-index = <3>;
|
||||
compatible = "qcom,mdss-fb";
|
||||
qcom,mdss-intf = <&mdss_dp_ctrl>;
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue