Rishabh Bhatnagar | e9a05bb | 2018-12-10 11:09:45 -0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Samantha Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 2 | /* |
Tatenda Chipeperekwa | a84e1aa | 2019-01-18 17:43:45 -0800 | [diff] [blame^] | 3 | * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. |
Samantha Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | &soc { |
Tatenda Chipeperekwa | a84e1aa | 2019-01-18 17:43:45 -0800 | [diff] [blame^] | 7 | 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 Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 15 | sde_wb: qcom,wb-display@0 { |
| 16 | compatible = "qcom,wb-display"; |
| 17 | cell-index = <0>; |
| 18 | label = "wb_display"; |
| 19 | }; |
| 20 | }; |
| 21 | |
Tatenda Chipeperekwa | a84e1aa | 2019-01-18 17:43:45 -0800 | [diff] [blame^] | 22 | &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 Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 34 | &mdss_mdp { |
Tatenda Chipeperekwa | a84e1aa | 2019-01-18 17:43:45 -0800 | [diff] [blame^] | 35 | connectors = <&sde_dp &sde_wb>; |
Samantha Tran | 7e309f0 | 2018-08-31 17:23:00 -0700 | [diff] [blame] | 36 | }; |