brintos

brintos / linux-shallow public Read only

0
0
Text · 929 B · ab6b7be Raw
51 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---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 panel8 9maintainers:10  - Heiko Stuebner <heiko.stuebner@bq.com>11  - Thierry Reding <thierry.reding@gmail.com>12 13allOf:14  - $ref: panel-common.yaml#15  - $ref: /schemas/display/lvds.yaml#16 17select:18  properties:19    compatible:20      contains:21        const: innolux,ee101ia-01d22 23  required:24    - compatible25 26properties:27  compatible:28    items:29      - const: innolux,ee101ia-01d30      - const: panel-lvds31 32  backlight: true33  data-mapping: true34  enable-gpios: true35  power-supply: true36  width-mm: true37  height-mm: true38  panel-timing: true39  port: true40 41required:42  - compatible43  - data-mapping44  - width-mm45  - height-mm46  - panel-timing47  - port48 49additionalProperties: false50...51