Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: convert startek,startek-kd050c to DT Schema

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Cc: Marek Belisko <marek@goldelico.com>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200408195109.32692-26-sam@ravnborg.org

+33 -4
-4
Documentation/devicetree/bindings/display/panel/startek,startek-kd050c.txt
··· 1 - Startek Electronic Technology Co. KD050C 5.0" WVGA TFT LCD panel 2 - 3 - Required properties: 4 - - compatible: should be "startek,startek-kd050c"
+33
Documentation/devicetree/bindings/display/panel/startek,startek-kd050c.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/display/panel/startek,startek-kd050c.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Startek Electronic Technology Co. KD050C 5.0" WVGA TFT LCD panel 8 + 9 + maintainers: 10 + - Nikita Kiryanov <nikita@compulab.co.il> 11 + 12 + allOf: 13 + - $ref: panel-dpi.yaml# 14 + 15 + properties: 16 + compatible: 17 + items: 18 + - const: startek,startek-kd050c 19 + - {} # panel-dpi, but not listed here to avoid false select 20 + 21 + backlight: true 22 + enable-gpios: true 23 + height-mm: true 24 + label: true 25 + panel-timing: true 26 + port: true 27 + power-supply: true 28 + reset-gpios: true 29 + width-mm: true 30 + 31 + additionalProperties: false 32 + 33 + ...