The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/display/connector/hdmi-connector.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 HDMI Connector
    2 ==============
    3 
    4 Required properties:
    5 - compatible: "hdmi-connector"
    6 - type: the HDMI connector type: "a", "b", "c", "d" or "e"
    7 
    8 Optional properties:
    9 - label: a symbolic name for the connector
   10 - hpd-gpios: HPD GPIO number
   11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
   12 - ddc-en-gpios: signal to enable DDC bus
   13 
   14 Required nodes:
   15 - Video port for HDMI input
   16 
   17 Example
   18 -------
   19 
   20 hdmi0: connector@1 {
   21         compatible = "hdmi-connector";
   22         label = "hdmi";
   23 
   24         type = "a";
   25 
   26         port {
   27                 hdmi_connector_in: endpoint {
   28                         remote-endpoint = <&tpd12s015_out>;
   29                 };
   30         };
   31 };

Cache object: 568e5b9c6afee55ef4341cd1e7810fe7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.