brintos

brintos / linux-shallow public Read only

0
0
Text · 1.6 KiB · 155d8ff Raw
68 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/display/panel/panel-lvds.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Generic LVDS Display Panel8 9maintainers:10  - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.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: panel-lvds22 23  not:24    properties:25      compatible:26        contains:27          enum:28            - advantech,idk-1110wr29            - advantech,idk-2121wr30            - innolux,ee101ia-01d31            - mitsubishi,aa104xd1232            - mitsubishi,aa121td0133            - sgd,gktw70sdae4se34 35  required:36    - compatible37 38properties:39  compatible:40    items:41      - enum:42          # Admatec 9904379 10.1" 1024x600 LVDS panel43          - admatec,990437944          - auo,b101ew0545          # Chunghwa Picture Tubes Ltd. 7" WXGA (800x1280) TFT LCD LVDS panel46          - chunghwa,claa070wp03xg47          # EDT ETML0700Z9NDHA 7.0" WSVGA (1024x600) color TFT LCD LVDS panel48          - edt,etml0700z9ndha49          # HannStar Display Corp. HSD101PWW2 10.1" WXGA (1280x800) LVDS panel50          - hannstar,hsd101pww251          # Hydis Technologies 7" WXGA (800x1280) TFT LCD LVDS panel52          - hydis,hv070wx2-1e053          - tbs,a711-panel54 55      - const: panel-lvds56 57unevaluatedProperties: false58 59required:60  - compatible61  - data-mapping62  - width-mm63  - height-mm64  - panel-timing65  - port66 67...68