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