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

Configure Feed

Select the types of activity you want to include in your feed.

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

+6 -6
+4 -4
Documentation/devicetree/bindings/display/panel/display-timings.yaml
··· 4 4 $id: http://devicetree.org/schemas/display/panel/display-timings.yaml# 5 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 - title: display timing bindings 7 + title: display timings bindings 8 8 9 9 maintainers: 10 10 - Thierry Reding <thierry.reding@gmail.com> ··· 14 14 description: | 15 15 A display panel may be able to handle several display timings, 16 16 with different resolutions. 17 - The display-timings node makes it possible to specify the timing 17 + The display-timings node makes it possible to specify the timings 18 18 and to specify the timing that is native for the display. 19 19 20 20 properties: ··· 25 25 $ref: /schemas/types.yaml#/definitions/phandle 26 26 description: | 27 27 The default display timing is the one specified as native-mode. 28 - If no native-mode is specified then the first node is assumed the 29 - native mode. 28 + If no native-mode is specified then the first node is assumed 29 + to be the native mode. 30 30 31 31 patternProperties: 32 32 "^timing":
+2 -2
Documentation/devicetree/bindings/display/panel/panel-common.yaml
··· 63 63 64 64 display-timings: 65 65 description: 66 - Some display panels supports several resolutions with different timing. 66 + Some display panels support several resolutions with different timings. 67 67 The display-timings bindings supports specifying several timings and 68 - optional specify which is the native mode. 68 + optionally specifying which is the native mode. 69 69 allOf: 70 70 - $ref: display-timings.yaml# 71 71