0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/innolux,ee101ia-01d.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel
0008
0009 maintainers:
0010 - Heiko Stuebner <heiko.stuebner@bq.com>
0011 - Thierry Reding <thierry.reding@gmail.com>
0012
0013 allOf:
0014 - $ref: panel-common.yaml#
0015 - $ref: /schemas/display/lvds.yaml/#
0016
0017 select:
0018 properties:
0019 compatible:
0020 contains:
0021 const: innolux,ee101ia-01d
0022
0023 required:
0024 - compatible
0025
0026 properties:
0027 compatible:
0028 items:
0029 - const: innolux,ee101ia-01d
0030 - const: panel-lvds
0031
0032 backlight: true
0033 data-mapping: true
0034 enable-gpios: true
0035 power-supply: true
0036 width-mm: true
0037 height-mm: true
0038 panel-timing: true
0039 port: true
0040
0041 required:
0042 - compatible
0043 - data-mapping
0044 - width-mm
0045 - height-mm
0046 - panel-timing
0047 - port
0048
0049 additionalProperties: false
0050 ...