Path: blob/master/Documentation/devicetree/bindings/display/connector/vga-connector.yaml
26309 views
# SPDX-License-Identifier: GPL-2.0-only1%YAML 1.22---3$id: http://devicetree.org/schemas/display/connector/vga-connector.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: VGA Connector78maintainers:9- Laurent Pinchart <Laurent.pinchart@ideasonboard.com>1011properties:12compatible:13const: vga-connector1415label: true1617ddc-i2c-bus:18description: phandle link to the I2C controller used for DDC EDID probing19$ref: /schemas/types.yaml#/definitions/phandle2021port:22$ref: /schemas/graph.yaml#/properties/port23description: Connection to controller providing VGA signals2425required:26- compatible27- port2829additionalProperties: false3031examples:32- |33connector {34compatible = "vga-connector";35label = "vga";3637ddc-i2c-bus = <&i2c3>;3839port {40vga_connector_in: endpoint {41remote-endpoint = <&adv7123_out>;42};43};44};4546...474849