diff mbox series

dt-bindings: display: Add ETM0700G0DH6 compatible string

Message ID 20190529102540.4608-1-marex@denx.de (mailing list archive)
State New, archived
Headers show
Series dt-bindings: display: Add ETM0700G0DH6 compatible string | expand

Commit Message

Marek Vasut May 29, 2019, 10:25 a.m. UTC
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(-)

Comments

Marek Vasut June 23, 2019, 10:43 p.m. UTC | #1
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 ?
Sam Ravnborg June 26, 2019, 12:48 p.m. UTC | #2
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
Marek Vasut June 26, 2019, 1:08 p.m. UTC | #3
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
diff mbox series

Patch

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