devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string
@ 2019-05-03 15:47 Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2019-05-03 15:47 UTC (permalink / raw)
  To: dri-devel; +Cc: Marek Vasut, Thierry Reding, Rob Herring, Jan Tuerk, devicetree

The ETM0700G0DH6 is currently documented as using edt,etm070080dh6
compatible string, however the Linux kernel driver as well as a
couple of DTs use edt,etm0700g0dh6 compatible string. Add it into
the documentation.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Jan Tuerk <jan.tuerk@emtrion.com>
Cc: Thierry Reding <treding@nvidia.com>
Cc: devicetree@vger.kernel.org
To: dri-devel@lists.freedesktop.org
---
 .../devicetree/bindings/display/panel/edt,et-series.txt         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
index d9f21d62422e..4cbb9dcbb344 100644
--- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
+++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
@@ -32,7 +32,7 @@ simple-panel.txt
 | Identifier      | compatbile          | description                         |
 +=================+=====================+=====================================+
 | ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
-|                 |                     | Touchscreen                         |
+|                 | edt,etm0700g0dh6    | Touchscreen                         |
 +-----------------+---------------------+-------------------------------------+
 | ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
 |                 |                     | inverted pixel clock.               |
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string
@ 2019-05-29 10:25 Marek Vasut
  2019-06-23 22:43 ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2019-05-29 10:25 UTC (permalink / raw)
  To: dri-devel; +Cc: Marek Vasut, Thierry Reding, Rob Herring, Jan Tuerk, devicetree

The ETM0700G0DH6 is currently documented as using edt,etm070080dh6
compatible string, however the Linux kernel driver as well as a
couple of DTs use edt,etm0700g0dh6 compatible string. Add it into
the documentation.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Jan Tuerk <jan.tuerk@emtrion.com>
Cc: Thierry Reding <treding@nvidia.com>
Cc: devicetree@vger.kernel.org
To: dri-devel@lists.freedesktop.org
---
 .../devicetree/bindings/display/panel/edt,et-series.txt         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
index be8684327ee4..b7ac1c725f97 100644
--- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
+++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
@@ -40,7 +40,7 @@ simple-panel.txt
 | Identifier      | compatbile          | description                         |
 +=================+=====================+=====================================+
 | ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
-|                 |                     | Touchscreen                         |
+|                 | edt,etm0700g0dh6    | Touchscreen                         |
 +-----------------+---------------------+-------------------------------------+
 | ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
 |                 |                     | inverted pixel clock.               |
-- 
2.20.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string
  2019-05-29 10:25 [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string Marek Vasut
@ 2019-06-23 22:43 ` Marek Vasut
  2019-06-26 12:48   ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2019-06-23 22:43 UTC (permalink / raw)
  To: dri-devel; +Cc: Thierry Reding, Rob Herring, Jan Tuerk, devicetree

On 5/29/19 12:25 PM, Marek Vasut wrote:
> The ETM0700G0DH6 is currently documented as using edt,etm070080dh6
> compatible string, however the Linux kernel driver as well as a
> couple of DTs use edt,etm0700g0dh6 compatible string. Add it into
> the documentation.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Jan Tuerk <jan.tuerk@emtrion.com>
> Cc: Thierry Reding <treding@nvidia.com>
> Cc: devicetree@vger.kernel.org
> To: dri-devel@lists.freedesktop.org
> ---
>  .../devicetree/bindings/display/panel/edt,et-series.txt         | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> index be8684327ee4..b7ac1c725f97 100644
> --- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> +++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> @@ -40,7 +40,7 @@ simple-panel.txt
>  | Identifier      | compatbile          | description                         |
>  +=================+=====================+=====================================+
>  | ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
> -|                 |                     | Touchscreen                         |
> +|                 | edt,etm0700g0dh6    | Touchscreen                         |
>  +-----------------+---------------------+-------------------------------------+
>  | ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
>  |                 |                     | inverted pixel clock.               |
> 

Bump ?

-- 
Best regards,
Marek Vasut
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string
  2019-06-23 22:43 ` Marek Vasut
@ 2019-06-26 12:48   ` Sam Ravnborg
  2019-06-26 13:08     ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Sam Ravnborg @ 2019-06-26 12:48 UTC (permalink / raw)
  To: Marek Vasut; +Cc: Rob Herring, Thierry Reding, Jan Tuerk, dri-devel, devicetree

Hi Marek.

On Mon, Jun 24, 2019 at 12:43:49AM +0200, Marek Vasut wrote:
> On 5/29/19 12:25 PM, Marek Vasut wrote:
> > The ETM0700G0DH6 is currently documented as using edt,etm070080dh6
> > compatible string, however the Linux kernel driver as well as a
> > couple of DTs use edt,etm0700g0dh6 compatible string. Add it into
> > the documentation.
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Rob Herring <robh+dt@kernel.org>
> > Cc: Jan Tuerk <jan.tuerk@emtrion.com>
> > Cc: Thierry Reding <treding@nvidia.com>
> > Cc: devicetree@vger.kernel.org
> > To: dri-devel@lists.freedesktop.org
> > ---
> >  .../devicetree/bindings/display/panel/edt,et-series.txt         | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> > index be8684327ee4..b7ac1c725f97 100644
> > --- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> > +++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
> > @@ -40,7 +40,7 @@ simple-panel.txt
> >  | Identifier      | compatbile          | description                         |
> >  +=================+=====================+=====================================+
> >  | ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
> > -|                 |                     | Touchscreen                         |
> > +|                 | edt,etm0700g0dh6    | Touchscreen                         |
> >  +-----------------+---------------------+-------------------------------------+
> >  | ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
> >  |                 |                     | inverted pixel clock.               |
> > 
> 
> Bump ?
As I got OK on irx to apply trivial dt-bindings patches for panles I
have now taken care of this one.
Applied to drm-misc-next and will push it out soon.

	Sam
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string
  2019-06-26 12:48   ` Sam Ravnborg
@ 2019-06-26 13:08     ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2019-06-26 13:08 UTC (permalink / raw)
  To: Sam Ravnborg
  Cc: Rob Herring, Thierry Reding, Jan Tuerk, dri-devel, devicetree

On 6/26/19 2:48 PM, Sam Ravnborg wrote:
> Hi Marek.
> 
> On Mon, Jun 24, 2019 at 12:43:49AM +0200, Marek Vasut wrote:
>> On 5/29/19 12:25 PM, Marek Vasut wrote:
>>> The ETM0700G0DH6 is currently documented as using edt,etm070080dh6
>>> compatible string, however the Linux kernel driver as well as a
>>> couple of DTs use edt,etm0700g0dh6 compatible string. Add it into
>>> the documentation.
>>>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> Cc: Rob Herring <robh+dt@kernel.org>
>>> Cc: Jan Tuerk <jan.tuerk@emtrion.com>
>>> Cc: Thierry Reding <treding@nvidia.com>
>>> Cc: devicetree@vger.kernel.org
>>> To: dri-devel@lists.freedesktop.org
>>> ---
>>>  .../devicetree/bindings/display/panel/edt,et-series.txt         | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
>>> index be8684327ee4..b7ac1c725f97 100644
>>> --- a/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
>>> +++ b/Documentation/devicetree/bindings/display/panel/edt,et-series.txt
>>> @@ -40,7 +40,7 @@ simple-panel.txt
>>>  | Identifier      | compatbile          | description                         |
>>>  +=================+=====================+=====================================+
>>>  | ETM0700G0DH6    | edt,etm070080dh6    | WVGA TFT Display with capacitive    |
>>> -|                 |                     | Touchscreen                         |
>>> +|                 | edt,etm0700g0dh6    | Touchscreen                         |
>>>  +-----------------+---------------------+-------------------------------------+
>>>  | ETM0700G0BDH6   | edt,etm070080bdh6   | Same as ETM0700G0DH6 but with       |
>>>  |                 |                     | inverted pixel clock.               |
>>>
>>
>> Bump ?
> As I got OK on irx to apply trivial dt-bindings patches for panles I
> have now taken care of this one.
> Applied to drm-misc-next and will push it out soon.

Thanks

-- 
Best regards,
Marek Vasut
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-06-26 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-29 10:25 [PATCH] dt-bindings: display: Add ETM0700G0DH6 compatible string Marek Vasut
2019-06-23 22:43 ` Marek Vasut
2019-06-26 12:48   ` Sam Ravnborg
2019-06-26 13:08     ` Marek Vasut
  -- strict thread matches above, loose matches on Subject: below --
2019-05-03 15:47 Marek Vasut

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).