treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / sharp,ld-d5116z01b.yaml
blobfbb647eb33c9214f4acfa4b201f6d4215fe7bcb2
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#
7 title: Sharp LD-D5116Z01B 12.3" WUXGA+ eDP panel
9 maintainers:
10   - Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
12 allOf:
13   - $ref: panel-common.yaml#
15 properties:
16   compatible:
17     const: sharp,ld-d5116z01b
19   power-supply: true
20   backlight: true
21   port: true
22   no-hpd: true
24 additionalProperties: false
26 required:
27   - compatible
28   - power-supply
30 ...