Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/sharp,ld-d5116z01b.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
0008 
0009 maintainers:
0010   - Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
0011 
0012 allOf:
0013   - $ref: panel-common.yaml#
0014 
0015 properties:
0016   compatible:
0017     const: sharp,ld-d5116z01b
0018 
0019   power-supply: true
0020   backlight: true
0021   port: true
0022   no-hpd: true
0023 
0024 additionalProperties: false
0025 
0026 required:
0027   - compatible
0028   - power-supply
0029 
0030 ...