6 - compatible: "vga-connector"
10 - label: a symbolic name for the connector corresponding to a hardware label
11 - ddc-i2c-bus: phandle to the I2C bus that is connected to VGA DDC
15 The VGA connector internal connections are modeled using the OF graph bindings
16 specified in Documentation/devicetree/bindings/graph.txt.
18 The VGA connector has a single port that must be connected to a video source
26 compatible = "vga-connector";
29 ddc-i2c-bus = <&i2c3>;
32 vga_connector_in: endpoint {
33 remote-endpoint = <&adv7123_out>;