003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/Bindings/display/connector
usr
/
src
/
sys
/
contrib
/
device-tree
/
Bindings
/
display
/
connector
/
📁
..
📄
analog-tv-connector.txt
(780 B)
📄
analog-tv-connector.yaml
(1.17 KB)
📄
dvi-connector.txt
(698 B)
📄
dvi-connector.yaml
(1.28 KB)
📄
hdmi-connector.txt
(592 B)
📄
hdmi-connector.yaml
(1.22 KB)
📄
vga-connector.txt
(687 B)
📄
vga-connector.yaml
(895 B)
Editing: vga-connector.txt
VGA Connector ============= Required properties: - compatible: "vga-connector" Optional properties: - label: a symbolic name for the connector corresponding to a hardware label - ddc-i2c-bus: phandle to the I2C bus that is connected to VGA DDC Required nodes: The VGA connector internal connections are modeled using the OF graph bindings specified in Documentation/devicetree/bindings/graph.txt. The VGA connector has a single port that must be connected to a video source port. Example ------- vga0: connector@0 { compatible = "vga-connector"; label = "vga"; ddc-i2c-bus = <&i2c3>; port { vga_connector_in: endpoint { remote-endpoint = <&adv7123_out>; }; }; };
Upload File
Create Folder