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/panel/innolux,ee101ia-01d.yaml

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 # SPDX-License-Identifier: GPL-2.0
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/display/panel/innolux,ee101ia-01d.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
    8 
    9 maintainers:
   10   - Heiko Stuebner <heiko.stuebner@bq.com>
   11   - Thierry Reding <thierry.reding@gmail.com>
   12 
   13 allOf:
   14   - $ref: panel-common.yaml#
   15   - $ref: /schemas/display/lvds.yaml/#
   16 
   17 select:
   18   properties:
   19     compatible:
   20       contains:
   21         const: innolux,ee101ia-01d
   22 
   23   required:
   24     - compatible
   25 
   26 properties:
   27   compatible:
   28     items:
   29       - const: innolux,ee101ia-01d
   30       - const: panel-lvds
   31 
   32   backlight: true
   33   data-mapping: true
   34   enable-gpios: true
   35   power-supply: true
   36   width-mm: true
   37   height-mm: true
   38   panel-timing: true
   39   port: true
   40 
   41 required:
   42   - compatible
   43   - data-mapping
   44   - width-mm
   45   - height-mm
   46   - panel-timing
   47   - port
   48 
   49 additionalProperties: false
   50 ...

Cache object: be6689fa20f8f27deb963bc194aef524


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