Documentation/devicetree/bindings/display/connector/vga-connector.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/connector/vga-connector.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/display/connector/vga-connector.yaml
Extension
.yaml
Size
942 bytes
Lines
48
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/connector/vga-connector.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: VGA Connector

maintainers:
  - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>

properties:
  compatible:
    const: vga-connector

  label: true

  ddc-i2c-bus:
    description: phandle link to the I2C controller used for DDC EDID probing
    $ref: /schemas/types.yaml#/definitions/phandle

  port:
    $ref: /schemas/graph.yaml#/properties/port
    description: Connection to controller providing VGA signals

required:
  - compatible
  - port

additionalProperties: false

examples:
  - |
    connector {
        compatible = "vga-connector";
        label = "vga";

        ddc-i2c-bus = <&i2c3>;

        port {
            vga_connector_in: endpoint {
                remote-endpoint = <&adv7123_out>;
            };
        };
    };

...

Annotation

Implementation Notes