gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / innolux,ee101ia-01d.yaml
bloba69681e724cb2c00b3ece1bba94c501c1c48a91c
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#
7 title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
9 maintainers:
10   - Heiko Stuebner <heiko.stuebner@bq.com>
11   - Thierry Reding <thierry.reding@gmail.com>
13 allOf:
14   - $ref: lvds.yaml#
16 properties:
17   compatible:
18     items:
19       - const: innolux,ee101ia-01d
20       - {} # panel-lvds, but not listed here to avoid false select
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
30 additionalProperties: false
31 ...