0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/panel-lvds.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Generic LVDS Display Panel Device Tree Bindings
0008
0009 maintainers:
0010 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
0011 - Thierry Reding <thierry.reding@gmail.com>
0012
0013 allOf:
0014 - $ref: panel-common.yaml#
0015 - $ref: /schemas/display/lvds.yaml/#
0016
0017 select:
0018 properties:
0019 compatible:
0020 contains:
0021 const: panel-lvds
0022
0023 not:
0024 properties:
0025 compatible:
0026 contains:
0027 enum:
0028 - advantech,idk-1110wr
0029 - advantech,idk-2121wr
0030 - innolux,ee101ia-01d
0031 - mitsubishi,aa104xd12
0032 - mitsubishi,aa121td01
0033 - sgd,gktw70sdae4se
0034
0035 required:
0036 - compatible
0037
0038 properties:
0039 compatible:
0040 items:
0041 - enum:
0042 - auo,b101ew05
0043 - tbs,a711-panel
0044
0045 - const: panel-lvds
0046
0047 unevaluatedProperties: false
0048
0049 required:
0050 - compatible
0051 - data-mapping
0052 - width-mm
0053 - height-mm
0054 - panel-timing
0055 - port
0056
0057 ...