diff options
author | Frank Rowand <frank.rowand@sony.com> | 2017-06-20 16:18:15 -0700 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-06-22 11:14:24 -0500 |
commit | 3bd79768f61ee3ae93a3ed1cc0ae11fb4474323a (patch) | |
tree | 26caa0bc08bb5bbb8eccf13e6ab526d17fcaa283 | |
parent | ce013f137498249a8c6a199fb862357dd72f492f (diff) | |
download | linux-3bd79768f61ee3ae93a3ed1cc0ae11fb4474323a.tar.bz2 |
dt-bindings: display-timing.txt convert non-ascii characters to ascii
Convert non-ascii up and down arrows to '^' and 'v'
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/display-timing.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/display-timing.txt b/Documentation/devicetree/bindings/display/panel/display-timing.txt index 81a75893d1b8..58fa3e48481d 100644 --- a/Documentation/devicetree/bindings/display/panel/display-timing.txt +++ b/Documentation/devicetree/bindings/display/panel/display-timing.txt @@ -57,11 +57,11 @@ can be specified. The parameters are defined as: +----------+-------------------------------------+----------+-------+ - | | ↑ | | | + | | ^ | | | | | |vback_porch | | | - | | ↓ | | | + | | v | | | +----------#######################################----------+-------+ - | # ↑ # | | + | # ^ # | | | # | # | | | hback # | # hfront | hsync | | porch # | hactive # porch | len | @@ -69,15 +69,15 @@ The parameters are defined as: | # | # | | | # |vactive # | | | # | # | | - | # ↓ # | | + | # v # | | +----------#######################################----------+-------+ - | | ↑ | | | + | | ^ | | | | | |vfront_porch | | | - | | ↓ | | | + | | v | | | +----------+-------------------------------------+----------+-------+ - | | ↑ | | | + | | ^ | | | | | |vsync_len | | | - | | ↓ | | | + | | v | | | +----------+-------------------------------------+----------+-------+ Example: |