Merge tag 'irqchip-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / innolux,ee101ia-01d.yaml
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: lvds.yaml#
15
16 properties:
17   compatible:
18     items:
19       - const: innolux,ee101ia-01d
20       - {} # panel-lvds, but not listed here to avoid false select
21
22   backlight: true
23   enable-gpios: true
24   power-supply: true
25   width-mm: true
26   height-mm: true
27   panel-timing: true
28   port: true
29
30 additionalProperties: false
31 ...