Commit 087e3d47 authored by Guido Günther's avatar Guido Günther Committed by Sam Ravnborg
Browse files

dt-bindings: panel: rocktech,jh057n00900: Modernize



- Use common properties from panel-common.yaml
- Indent comment like content
- Don't preserve newlines in description
- Indent example by four spaces

Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/60639e670028af7e8ab31379256ba331a1bdf6cc.1597561897.git.agx@sigxcpu.org
parent 5759c967
Loading
Loading
Loading
Loading
+18 −21
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ title: Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel
maintainers:
  - Ondrej Jirman <megi@xff.cz>

description: |
description:
  Rocktech JH057N00900 is a 720x1440 TFT LCD panel
  connected using a MIPI-DSI video interface.

@@ -35,13 +35,9 @@ properties:
  iovcc-supply:
    description: I/O voltage supply

  reset-gpios:
    description: GPIO used for the reset pin
    maxItems: 1
  reset-gpios: true

  backlight:
    description: Backlight used by the panel
    $ref: "/schemas/types.yaml#/definitions/phandle"
  backlight: true

required:
  - compatible
@@ -68,4 +64,5 @@ examples:
            backlight = <&backlight>;
        };
    };

...