linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: Fix typo in compatible description.
@ 2018-08-22 13:43 Jan Tuerk
  2018-08-31 12:18 ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Tuerk @ 2018-08-22 13:43 UTC (permalink / raw)
  To: Thierry Reding, David Airlie, Rob Herring, Mark Rutland,
	dri-devel, devicetree, linux-kernel

This fixes the error in the compatible documentation for the EDT
etm0700[g].. panels which have accidentally documented as etm0700[8]0..

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
---
 .../devicetree/bindings/display/panel/edt,et-series.txt     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
index f56b99ebd9be..5759d64d0c15 100644
--- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
+++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
@@ -23,13 +23,13 @@ simple-panel.txt
 +-----------------+---------------------+-------------------------------------+
 | Identifier      | compatbile          | description                         |
 +=================+=====================+=====================================+
-| ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
+| ETM0700G0DH6    | edt,etm0700g0dh6    | WVGA TFT Display with capacitive    |
 |                 |                     | Touchscreen                         |
 +-----------------+---------------------+-------------------------------------+
-| ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
+| ETM0700G0BDH6   | edt,etm0700g0bdh6   | Same as ETM0700G0DH6 but with       |
 |                 |                     | inverted pixel clock.               |
 +-----------------+---------------------+-------------------------------------+
-| ETM0700G0EDH6   | edt,etm070080edh6   | Same display as the ETM0700G0BDH6,  |
+| ETM0700G0EDH6   | edt,etm0700g0edh6   | Same display as the ETM0700G0BDH6,  |
 |                 |                     | but with changed Hardware for the   |
 |                 |                     | backlight and the touch interface   |
 +-----------------+---------------------+-------------------------------------+
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: Fix typo in compatible description.
  2018-08-22 13:43 [PATCH] dt-bindings: Fix typo in compatible description Jan Tuerk
@ 2018-08-31 12:18 ` Rob Herring
  2018-11-27 15:28   ` [PATCH v2] dt-bindings: drm/panel: simple: Fix typo in EDT etm-series compatible Jan Tuerk
  0 siblings, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-08-31 12:18 UTC (permalink / raw)
  To: Jan Tuerk
  Cc: Thierry Reding, David Airlie, Mark Rutland, dri-devel,
	devicetree, linux-kernel

On Wed, Aug 22, 2018 at 03:43:48PM +0200, Jan Tuerk wrote:
> This fixes the error in the compatible documentation for the EDT
> etm0700[g].. panels which have accidentally documented as etm0700[8]0..

This needs a more specific subject.

> 
> Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
> ---
>  .../devicetree/bindings/display/panel/edt,et-series.txt     | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> index f56b99ebd9be..5759d64d0c15 100644
> --- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> +++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> @@ -23,13 +23,13 @@ simple-panel.txt
>  +-----------------+---------------------+-------------------------------------+
>  | Identifier      | compatbile          | description                         |
>  +=================+=====================+=====================================+
> -| ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
> +| ETM0700G0DH6    | edt,etm0700g0dh6    | WVGA TFT Display with capacitive    |
>  |                 |                     | Touchscreen                         |
>  +-----------------+---------------------+-------------------------------------+
> -| ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
> +| ETM0700G0BDH6   | edt,etm0700g0bdh6   | Same as ETM0700G0DH6 but with       |
>  |                 |                     | inverted pixel clock.               |
>  +-----------------+---------------------+-------------------------------------+
> -| ETM0700G0EDH6   | edt,etm070080edh6   | Same display as the ETM0700G0BDH6,  |
> +| ETM0700G0EDH6   | edt,etm0700g0edh6   | Same display as the ETM0700G0BDH6,  |
>  |                 |                     | but with changed Hardware for the   |
>  |                 |                     | backlight and the touch interface   |
>  +-----------------+---------------------+-------------------------------------+
> -- 
> 2.18.0
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] dt-bindings: drm/panel: simple: Fix typo in EDT etm-series compatible
  2018-08-31 12:18 ` Rob Herring
@ 2018-11-27 15:28   ` Jan Tuerk
  2018-12-11 22:14     ` Rob Herring
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Tuerk @ 2018-11-27 15:28 UTC (permalink / raw)
  To: Thierry Reding, David Airlie, Rob Herring, Mark Rutland,
	dri-devel, devicetree, linux-kernel

This fixes the error in the compatible documentation for the EDT
etm0700[g].. panels which have accidentally documented as etm0700[8]0..

Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
---
 .../devicetree/bindings/display/panel/edt,et-series.txt     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Changes v2:
 - Updated subject line

diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
index f56b99ebd9be..5759d64d0c15 100644
--- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
+++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
@@ -23,13 +23,13 @@ simple-panel.txt
 +-----------------+---------------------+-------------------------------------+
 | Identifier      | compatbile          | description                         |
 +=================+=====================+=====================================+
-| ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
+| ETM0700G0DH6    | edt,etm0700g0dh6    | WVGA TFT Display with capacitive    |
 |                 |                     | Touchscreen                         |
 +-----------------+---------------------+-------------------------------------+
-| ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
+| ETM0700G0BDH6   | edt,etm0700g0bdh6   | Same as ETM0700G0DH6 but with       |
 |                 |                     | inverted pixel clock.               |
 +-----------------+---------------------+-------------------------------------+
-| ETM0700G0EDH6   | edt,etm070080edh6   | Same display as the ETM0700G0BDH6,  |
+| ETM0700G0EDH6   | edt,etm0700g0edh6   | Same display as the ETM0700G0BDH6,  |
 |                 |                     | but with changed Hardware for the   |
 |                 |                     | backlight and the touch interface   |
 +-----------------+---------------------+-------------------------------------+
-- 
emtrion GmbH
Alter Schlachthof 45
76131 Karlsruhe
GERMANY
https://www.emtrion.de

Amtsgericht Mannheim
HRB 110 300
Geschäftsführer: Dieter Baur, Ramona Maurer


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: drm/panel: simple: Fix typo in EDT etm-series compatible
  2018-11-27 15:28   ` [PATCH v2] dt-bindings: drm/panel: simple: Fix typo in EDT etm-series compatible Jan Tuerk
@ 2018-12-11 22:14     ` Rob Herring
  0 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-12-11 22:14 UTC (permalink / raw)
  To: Jan Tuerk
  Cc: Thierry Reding, David Airlie, Mark Rutland, dri-devel,
	devicetree, linux-kernel

On Tue, 27 Nov 2018 16:28:03 +0100, Jan Tuerk wrote:
> This fixes the error in the compatible documentation for the EDT
> etm0700[g].. panels which have accidentally documented as etm0700[8]0..
> 
> Signed-off-by: Jan Tuerk <jan.tuerk@emtrion.com>
> ---
>  .../devicetree/bindings/display/panel/edt,et-series.txt     | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> Changes v2:
>  - Updated subject line
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-11 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-22 13:43 [PATCH] dt-bindings: Fix typo in compatible description Jan Tuerk
2018-08-31 12:18 ` Rob Herring
2018-11-27 15:28   ` [PATCH v2] dt-bindings: drm/panel: simple: Fix typo in EDT etm-series compatible Jan Tuerk
2018-12-11 22:14     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).