Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / display / panel / sharp,ld-d5116z01b.yaml
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
7 title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
8
9 maintainers:
10   - Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
11
12 allOf:
13   - $ref: panel-common.yaml#
14
15 properties:
16   compatible:
17     const: sharp,ld-d5116z01b
18
19   power-supply: true
20   backlight: true
21   port: true
22   no-hpd: true
23
24 additionalProperties: false
25
26 required:
27   - compatible
28   - power-supply
29
30 ...