Path: blob/master/Documentation/devicetree/bindings/display/connector/hdmi-connector.yaml
26309 views
# SPDX-License-Identifier: GPL-2.0-only1%YAML 1.22---3$id: http://devicetree.org/schemas/display/connector/hdmi-connector.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: HDMI Connector78maintainers:9- Laurent Pinchart <Laurent.pinchart@ideasonboard.com>1011properties:12compatible:13const: hdmi-connector1415type:16description: The HDMI connector type17enum:18- a # Standard full size19- b # Never deployed?20- c # Mini21- d # Micro22- e # automotive2324label: true2526hpd-gpios:27description: A GPIO line connected to HPD28maxItems: 12930ddc-i2c-bus:31description: phandle link to the I2C controller used for DDC EDID probing32$ref: /schemas/types.yaml#/definitions/phandle3334ddc-en-gpios:35description: GPIO signal to enable DDC bus36maxItems: 13738hdmi-pwr-supply:39description: Power supply for the HDMI +5V Power pin4041port:42$ref: /schemas/graph.yaml#/properties/port43description: Connection to controller providing HDMI signals4445required:46- compatible47- port48- type4950additionalProperties: false5152examples:53- |54connector {55compatible = "hdmi-connector";56label = "hdmi";5758type = "a";5960port {61hdmi_connector_in: endpoint {62remote-endpoint = <&tpd12s015_out>;63};64};65};6667...686970