Re: [PATCH v2 2/2] drm/panel: Add support for E Ink VB3300-KCA

From: Alistair Francis
Date: Sun Jul 04 2021 - 06:29:49 EST


On Fri, Jun 25, 2021 at 6:52 AM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Tue, Jun 15, 2021 at 08:33:12PM +1000, Alistair Francis wrote:
> > Add support for the 10.3" E Ink panel described at:
> > https://www.eink.com/product.html?type=productdetail&id=7
> >
> > Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx>
> > ---
> > v2:
> > - Fix build warning
> > - Document new string
> >
> > .../bindings/display/panel/panel-simple.yaml | 2 ++
> > drivers/gpu/drm/panel/panel-simple.c | 29 +++++++++++++++++++
> > 2 files changed, 31 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> > index b3797ba2698b..799e20222551 100644
> > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
> > @@ -128,6 +128,8 @@ properties:
> > # Emerging Display Technology Corp. WVGA TFT Display with capacitive touch
> > - edt,etm0700g0dh6
> > - edt,etm0700g0edh6
> > + # E Ink VB3300-KCA
> > + - eink,vb3300-kca
>
> Combining this with patch 1 would be preferrable. Either way,
>
> Acked-by: Rob Herring <robh@xxxxxxxxxx>

This should be ready to merge.

Let me know if you want me to squash the patches and send a v3.

Alistair