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 7title: Innolux Corporation 10.1" EE101IA-01D WXGA (1280x800) LVDS panel 8 9maintainers: 10 - Heiko Stuebner <heiko.stuebner@bq.com> 11 - Thierry Reding <thierry.reding@gmail.com> 12 13allOf: 14 - $ref: lvds.yaml# 15 16properties: 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 30additionalProperties: false 31... 32