summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/display/panel/innolux,ee101ia-01d.yaml
blob: 566e11f6bfc0e722f014fb991e2dbd6c03d1df54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/display/panel/innolux,ee101ia-01d.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel

maintainers:
  - Heiko Stuebner <heiko.stuebner@bq.com>
  - Thierry Reding <thierry.reding@gmail.com>

allOf:
  - $ref: panel-common.yaml#
  - $ref: /schemas/display/lvds.yaml/#

select:
  properties:
    compatible:
      contains:
        const: innolux,ee101ia-01d

  required:
    - compatible

properties:
  compatible:
    items:
      - const: innolux,ee101ia-01d
      - const: panel-lvds

  backlight: true
  data-mapping: true
  enable-gpios: true
  power-supply: true
  width-mm: true
  height-mm: true
  panel-timing: true
  port: true

required:
  - compatible
  - data-mapping
  - width-mm
  - height-mm
  - panel-timing
  - port

additionalProperties: false
...