Lines Matching +full:displayport +full:- +full:controller

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/msm/dp-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MSM Display Port Controller
10 - Kuogee Hsieh <khsieh@codeaurora.org>
13 Device tree bindings for DisplayPort host controller for MSM targets
14 that are compatible with VESA DisplayPort interface specification.
19 - qcom,sc7180-dp
29 - description: AHB clock to enable register access
30 - description: Display Port AUX clock
31 - description: Display Port Link clock
32 - description: Link interface clock between DP and PHY
33 - description: Display Port Pixel clock
35 clock-names:
37 - const: core_iface
38 - const: core_aux
39 - const: ctrl_link
40 - const: ctrl_link_iface
41 - const: stream_pixel
43 assigned-clocks:
45 - description: link clock source
46 - description: pixel clock source
48 assigned-clock-parents:
50 - description: phy 0 parent
51 - description: phy 1 parent
56 phy-names:
58 - const: dp
60 operating-points-v2:
63 power-domains:
66 "#sound-dai-cells":
74 description: Input endpoint of the controller
78 description: Output endpoint of the controller
81 - compatible
82 - reg
83 - interrupts
84 - clocks
85 - clock-names
86 - phys
87 - phy-names
88 - "#sound-dai-cells"
89 - power-domains
90 - ports
95 - |
96 #include <dt-bindings/interrupt-controller/arm-gic.h>
97 #include <dt-bindings/clock/qcom,dispcc-sc7180.h>
98 #include <dt-bindings/power/qcom-aoss-qmp.h>
99 #include <dt-bindings/power/qcom-rpmpd.h>
101 displayport-controller@ae90000 {
102 compatible = "qcom,sc7180-dp";
104 interrupt-parent = <&mdss>;
111 clock-names = "core_iface", "core_aux",
115 assigned-clocks = <&dispcc DISP_CC_MDSS_DP_LINK_CLK_SRC>,
118 assigned-clock-parents = <&dp_phy 0>, <&dp_phy 1>;
121 phy-names = "dp";
123 #sound-dai-cells = <0>;
125 power-domains = <&rpmhpd SC7180_CX>;
128 #address-cells = <1>;
129 #size-cells = <0>;
134 remote-endpoint = <&dpu_intf0_out>;
141 remote-endpoint = <&typec>;