diff options
| author | Tatenda Chipeperekwa <tatendac@codeaurora.org> | 2016-10-14 13:10:58 -0700 |
|---|---|---|
| committer | Ajay Singh Parmar <aparmar@codeaurora.org> | 2016-10-22 15:17:03 -0700 |
| commit | 40135e1fa5835c5cf11f1d87e971c08fc159e80f (patch) | |
| tree | 9ba24399c289849c4f39887a20b578909034f9f4 | |
| parent | f6dd2580857e56b087bcfe250fbe61124a00372e (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-mdss.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-mdss.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-mdss.dtsi index ec38e46b1d89..9c72ebf4a0bd 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-mdss.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-mdss.dtsi @@ -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>; }; }; |
