|
11 | 11 | &{/} { |
12 | 12 | model = "Qualcomm Technologies, Inc. Lemans-evk IFP Mezzanine"; |
13 | 13 |
|
| 14 | + dp2-connector { |
| 15 | + compatible = "dp-connector"; |
| 16 | + label = "eDP2"; |
| 17 | + type = "full-size"; |
| 18 | + |
| 19 | + port { |
| 20 | + dp2_connector_in: endpoint { |
| 21 | + remote-endpoint = <&mdss1_dp0_out>; |
| 22 | + }; |
| 23 | + }; |
| 24 | + }; |
| 25 | + |
| 26 | + dp3-connector { |
| 27 | + compatible = "dp-connector"; |
| 28 | + label = "eDP3"; |
| 29 | + type = "full-size"; |
| 30 | + |
| 31 | + port { |
| 32 | + dp3_connector_in: endpoint { |
| 33 | + remote-endpoint = <&mdss1_dp1_out>; |
| 34 | + }; |
| 35 | + }; |
| 36 | + }; |
| 37 | + |
14 | 38 | vreg_0p9: regulator-0v9 { |
15 | 39 | compatible = "regulator-fixed"; |
16 | 40 | regulator-name = "VREG_0P9"; |
|
141 | 165 | }; |
142 | 166 | }; |
143 | 167 |
|
| 168 | +&mdss1 { |
| 169 | + status = "okay"; |
| 170 | +}; |
| 171 | + |
| 172 | +&mdss1_dp0 { |
| 173 | + pinctrl-0 = <&dp2_hot_plug_det>; |
| 174 | + pinctrl-names = "default"; |
| 175 | + |
| 176 | + status = "okay"; |
| 177 | +}; |
| 178 | + |
| 179 | +&mdss1_dp1 { |
| 180 | + pinctrl-0 = <&dp3_hot_plug_det>; |
| 181 | + pinctrl-names = "default"; |
| 182 | + |
| 183 | + status = "okay"; |
| 184 | +}; |
| 185 | + |
| 186 | +&mdss1_dp0_out { |
| 187 | + data-lanes = <0 1 2 3>; |
| 188 | + link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>; |
| 189 | + remote-endpoint = <&dp2_connector_in>; |
| 190 | +}; |
| 191 | + |
| 192 | +&mdss1_dp1_out { |
| 193 | + data-lanes = <0 1 2 3>; |
| 194 | + link-frequencies = /bits/ 64 <1620000000 2700000000 5400000000 8100000000>; |
| 195 | + remote-endpoint = <&dp3_connector_in>; |
| 196 | +}; |
| 197 | + |
| 198 | +&mdss1_dp0_phy { |
| 199 | + status = "okay"; |
| 200 | +}; |
| 201 | + |
| 202 | +&mdss1_dp1_phy { |
| 203 | + status = "okay"; |
| 204 | +}; |
| 205 | + |
144 | 206 | &pcie0 { |
145 | 207 | iommu-map = <0x0 &pcie_smmu 0x0 0x1>, |
146 | 208 | <0x100 &pcie_smmu 0x1 0x1>, |
|
235 | 297 | }; |
236 | 298 |
|
237 | 299 | &tlmm { |
| 300 | + dp2_hot_plug_det: dp2-hot-plug-det-state { |
| 301 | + pins = "gpio104"; |
| 302 | + function = "edp2_hot"; |
| 303 | + bias-disable; |
| 304 | + }; |
| 305 | + |
| 306 | + dp3_hot_plug_det: dp3-hot-plug-det-state { |
| 307 | + pins = "gpio103"; |
| 308 | + function = "edp3_hot"; |
| 309 | + bias-disable; |
| 310 | + }; |
| 311 | + |
238 | 312 | ethernet1_default: ethernet1-default-state { |
239 | 313 | ethernet1-mdc-pins { |
240 | 314 | pins = "gpio20"; |
|
0 commit comments