cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

innolux,ee101ia-01d.yaml (930B)


      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: panel-common.yaml#
     15  - $ref: /schemas/display/lvds.yaml/#
     16
     17select:
     18  properties:
     19    compatible:
     20      contains:
     21        const: innolux,ee101ia-01d
     22
     23  required:
     24    - compatible
     25
     26properties:
     27  compatible:
     28    items:
     29      - const: innolux,ee101ia-01d
     30      - const: panel-lvds
     31
     32  backlight: true
     33  data-mapping: true
     34  enable-gpios: true
     35  power-supply: true
     36  width-mm: true
     37  height-mm: true
     38  panel-timing: true
     39  port: true
     40
     41required:
     42  - compatible
     43  - data-mapping
     44  - width-mm
     45  - height-mm
     46  - panel-timing
     47  - port
     48
     49additionalProperties: false
     50...