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/ps8622.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 ps8622-bridge bindings
    2 
    3 Required properties:
    4         - compatible: "parade,ps8622" or "parade,ps8625"
    5         - reg: first i2c address of the bridge
    6         - sleep-gpios: OF device-tree gpio specification for PD_ pin.
    7         - reset-gpios: OF device-tree gpio specification for RST_ pin.
    8 
    9 Optional properties:
   10         - lane-count: number of DP lanes to use
   11         - use-external-pwm: backlight will be controlled by an external PWM
   12         - video interfaces: Device node can contain video interface port
   13                             nodes for panel according to [1].
   14 
   15 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
   16 
   17 Example:
   18         lvds-bridge@48 {
   19                 compatible = "parade,ps8622";
   20                 reg = <0x48>;
   21                 sleep-gpios = <&gpc3 6 1 0 0>;
   22                 reset-gpios = <&gpc3 1 1 0 0>;
   23                 lane-count = <1>;
   24                 ports {
   25                         port@0 {
   26                                 bridge_out: endpoint {
   27                                         remote-endpoint = <&panel_in>;
   28                                 };
   29                         };
   30                 };
   31         };

Cache object: cd122981e9ff864cb589fb5af83a697f


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