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:
Tatenda Chipeperekwa 2016-10-14 13:10:58 -07:00 committed by Ajay Singh Parmar
parent f6dd258085
commit 40135e1fa5

View file

@ -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>;
};
};