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/toshiba,tc358764.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 TC358764 MIPI-DSI to LVDS panel bridge
    2 
    3 Required properties:
    4   - compatible: "toshiba,tc358764"
    5   - reg: the virtual channel number of a DSI peripheral
    6   - vddc-supply: core voltage supply, 1.2V
    7   - vddio-supply: I/O voltage supply, 1.8V or 3.3V
    8   - vddlvds-supply: LVDS1/2 voltage supply, 3.3V
    9   - reset-gpios: a GPIO spec for the reset pin
   10 
   11 The device node can contain following 'port' child nodes,
   12 according to the OF graph bindings defined in [1]:
   13   0: DSI Input, not required, if the bridge is DSI controlled
   14   1: LVDS Output, mandatory
   15 
   16 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
   17 
   18 Example:
   19 
   20         bridge@0 {
   21                 reg = <0>;
   22                 compatible = "toshiba,tc358764";
   23                 vddc-supply = <&vcc_1v2_reg>;
   24                 vddio-supply = <&vcc_1v8_reg>;
   25                 vddlvds-supply = <&vcc_3v3_reg>;
   26                 reset-gpios = <&gpd1 6 GPIO_ACTIVE_LOW>;
   27                 #address-cells = <1>;
   28                 #size-cells = <0>;
   29                 port@1 {
   30                         reg = <1>;
   31                         lvds_ep: endpoint {
   32                                 remote-endpoint = <&panel_ep>;
   33                         };
   34                 };
   35         };

Cache object: 00cbe8000ffa12621f4b9dfb543bfe6a


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