Path: blob/master/Documentation/devicetree/bindings/display/connector/dp-connector.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/display/connector/dp-connector.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DisplayPort Connector78maintainers:9- Tomi Valkeinen <tomi.valkeinen@ti.com>1011properties:12compatible:13const: dp-connector1415label: true1617type:18enum:19- full-size20- mini2122hpd-gpios:23description: A GPIO line connected to HPD24maxItems: 12526dp-pwr-supply:27description: Power supply for the DP_PWR pin2829port:30$ref: /schemas/graph.yaml#/properties/port31description: Connection to controller providing DP signals3233required:34- compatible35- type36- port3738additionalProperties: false3940examples:41- |42connector {43compatible = "dp-connector";44label = "dp0";45type = "full-size";4647port {48dp_connector_in: endpoint {49remote-endpoint = <&dp_out>;50};51};52};5354...555657