blob: dbf5a99d2c43baaf468828521f2d9bee40566fc1 [file] [log] [blame]
Rishabh Bhatnagare9a05bb2018-12-10 11:09:45 -08001// SPDX-License-Identifier: GPL-2.0-only
Samantha Tran7e309f02018-08-31 17:23:00 -07002/*
Tatenda Chipeperekwaa84e1aa2019-01-18 17:43:45 -08003 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
Samantha Tran7e309f02018-08-31 17:23:00 -07004 */
5
6&soc {
Tatenda Chipeperekwaa84e1aa2019-01-18 17:43:45 -08007 ext_disp: qcom,msm-ext-disp {
8 compatible = "qcom,msm-ext-disp";
9
10 ext_disp_audio_codec: qcom,msm-ext-disp-audio-codec-rx {
11 compatible = "qcom,msm-ext-disp-audio-codec-rx";
12 };
13 };
14
Samantha Tran7e309f02018-08-31 17:23:00 -070015 sde_wb: qcom,wb-display@0 {
16 compatible = "qcom,wb-display";
17 cell-index = <0>;
18 label = "wb_display";
19 };
20};
21
Tatenda Chipeperekwaa84e1aa2019-01-18 17:43:45 -080022&sde_dp {
23 qcom,dp-usbpd-detection = <&pm8150b_pdphy>;
24 qcom,ext-disp = <&ext_disp>;
25 qcom,dp-aux-switch = <&fsa4480>;
26
27 qcom,usbplug-cc-gpio = <&tlmm 65 0>;
28
29 pinctrl-names = "mdss_dp_active", "mdss_dp_sleep";
30 pinctrl-0 = <&sde_dp_usbplug_cc_active>;
31 pinctrl-1 = <&sde_dp_usbplug_cc_suspend>;
32};
33
Samantha Tran7e309f02018-08-31 17:23:00 -070034&mdss_mdp {
Tatenda Chipeperekwaa84e1aa2019-01-18 17:43:45 -080035 connectors = <&sde_dp &sde_wb>;
Samantha Tran7e309f02018-08-31 17:23:00 -070036};