[PATCH] dt-bindings: display-timing.txt convert non-ascii characters to ascii

From: frowand . list
Date: Tue Jun 20 2017 - 19:18:35 EST


From: Frank Rowand <frank.rowand@xxxxxxxx>

Convert non-ascii up and down arrows to '^' and 'v'

Signed-off-by: Frank Rowand <frank.rowand@xxxxxxxx>
---
.../devicetree/bindings/display/panel/display-timing.txt | 16 ++++++++--------
1 file 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:
--
Frank Rowand <frank.rowand@xxxxxxxx>