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

sharp,ld-d5116z01b.yaml (525B)


      1# SPDX-License-Identifier: GPL-2.0
      2%YAML 1.2
      3---
      4$id: http://devicetree.org/schemas/display/panel/sharp,ld-d5116z01b.yaml#
      5$schema: http://devicetree.org/meta-schemas/core.yaml#
      6
      7title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
      8
      9maintainers:
     10  - Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
     11
     12allOf:
     13  - $ref: panel-common.yaml#
     14
     15properties:
     16  compatible:
     17    const: sharp,ld-d5116z01b
     18
     19  power-supply: true
     20  backlight: true
     21  port: true
     22  no-hpd: true
     23
     24additionalProperties: false
     25
     26required:
     27  - compatible
     28  - power-supply
     29
     30...