dt-bindings: display: grammar fixes in panel/

Fix a few grammar/editorial issues spotted by Laurent Pinchart.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200314153047.2486-4-sam@ravnborg.org
This commit is contained in:
Sam Ravnborg 2020-03-14 16:30:47 +01:00
parent 4f55bb0380
commit 92e513fb07
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
$id: http://devicetree.org/schemas/display/panel/display-timings.yaml# $id: http://devicetree.org/schemas/display/panel/display-timings.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: display timing bindings title: display timings bindings
maintainers: maintainers:
- Thierry Reding <thierry.reding@gmail.com> - Thierry Reding <thierry.reding@gmail.com>
@ -14,7 +14,7 @@ maintainers:
description: | description: |
A display panel may be able to handle several display timings, A display panel may be able to handle several display timings,
with different resolutions. with different resolutions.
The display-timings node makes it possible to specify the timing The display-timings node makes it possible to specify the timings
and to specify the timing that is native for the display. and to specify the timing that is native for the display.
properties: properties:
@ -25,8 +25,8 @@ properties:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: | description: |
The default display timing is the one specified as native-mode. The default display timing is the one specified as native-mode.
If no native-mode is specified then the first node is assumed the If no native-mode is specified then the first node is assumed
native mode. to be the native mode.
patternProperties: patternProperties:
"^timing": "^timing":

View File

@ -63,9 +63,9 @@ properties:
display-timings: display-timings:
description: description:
Some display panels supports several resolutions with different timing. Some display panels support several resolutions with different timings.
The display-timings bindings supports specifying several timings and The display-timings bindings supports specifying several timings and
optional specify which is the native mode. optionally specifying which is the native mode.
allOf: allOf:
- $ref: display-timings.yaml# - $ref: display-timings.yaml#