ARM: dts: msm: enable DP functionality for SDA660 HDK platform
SDA660 HDK platform has DP hardware blocks, so enable it in the device tree. CRs-Fixed: 2064346 Change-Id: Ieb524e37ed2f4cdd5776759b00ec182378ff6ff5 Signed-off-by: zhaoyuan <yzhao@codeaurora.org>
This commit is contained in:
parent
a37c10a168
commit
4234d719d9
1 changed files with 9 additions and 0 deletions
|
@ -170,6 +170,15 @@
|
|||
qcom,mdss-pref-prim-intf = "dsi";
|
||||
};
|
||||
|
||||
&mdss_dp_ctrl {
|
||||
pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
|
||||
pinctrl-0 = <&mdss_dp_aux_active &mdss_dp_usbplug_cc_active>;
|
||||
pinctrl-1 = <&mdss_dp_aux_suspend &mdss_dp_usbplug_cc_suspend>;
|
||||
qcom,aux-en-gpio = <&tlmm 55 0>;
|
||||
qcom,aux-sel-gpio = <&tlmm 56 0>;
|
||||
qcom,usbplug-cc-gpio = <&tlmm 58 0>;
|
||||
};
|
||||
|
||||
&mdss_dsi {
|
||||
hw-config = "single_dsi";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue