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/bridge/sil-sii8620.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 Silicon Image SiI8620 HDMI/MHL bridge bindings
    2 
    3 Required properties:
    4         - compatible: "sil,sii8620"
    5         - reg: i2c address of the bridge
    6         - cvcc10-supply: Digital Core Supply Voltage (1.0V)
    7         - iovcc18-supply: I/O Supply Voltage (1.8V)
    8         - interrupts: interrupt specifier of INT pin
    9         - reset-gpios: gpio specifier of RESET pin
   10         - clocks, clock-names: specification and name of "xtal" clock
   11         - video interfaces: Device node can contain video interface port
   12                             node for HDMI encoder according to [1].
   13 
   14 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
   15 
   16 Example:
   17         sii8620@39 {
   18                 reg = <0x39>;
   19                 compatible = "sil,sii8620";
   20                 cvcc10-supply = <&ldo36_reg>;
   21                 iovcc18-supply = <&ldo34_reg>;
   22                 interrupt-parent = <&gpf0>;
   23                 interrupts = <2 0>;
   24                 reset-gpio = <&gpv7 0 0>;
   25                 clocks = <&pmu_system_controller 0>;
   26                 clock-names = "xtal";
   27 
   28                 port {
   29                         mhl_to_hdmi: endpoint {
   30                                 remote-endpoint = <&hdmi_to_mhl>;
   31                         };
   32                 };
   33         };

Cache object: 12bd702078afb03975f91df94d926f4e


[ 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.