1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/display/connector/vga-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
19 description: phandle link to the I2C controller used for DDC EDID probing
20 $ref: /schemas/types.yaml#/definitions/phandle
23 description: Connection to controller providing VGA signals
29 additionalProperties: false
34 compatible = "vga-connector";
37 ddc-i2c-bus = <&i2c3>;
40 vga_connector_in: endpoint {
41 remote-endpoint = <&adv7123_out>;