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: hdmi-connector.yaml
# SPDX-License-Identifier: GPL-2.0-only %YAML 1.2 --- $id: http://devicetree.org/schemas/display/connector/hdmi-connector.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: HDMI Connector maintainers: - Laurent Pinchart <Laurent.pinchart@ideasonboard.com> properties: compatible: const: hdmi-connector type: description: The HDMI connector type enum: - a # Standard full size - b # Never deployed? - c # Mini - d # Micro - e # automotive label: true hpd-gpios: description: A GPIO line connected to HPD maxItems: 1 ddc-i2c-bus: description: phandle link to the I2C controller used for DDC EDID probing $ref: /schemas/types.yaml#/definitions/phandle ddc-en-gpios: description: GPIO signal to enable DDC bus maxItems: 1 port: description: Connection to controller providing HDMI signals required: - compatible - port - type additionalProperties: false examples: - | connector { compatible = "hdmi-connector"; label = "hdmi"; type = "a"; port { hdmi_connector_in: endpoint { remote-endpoint = <&tpd12s015_out>; }; }; }; ...
Upload File
Create Folder