Re: [PATCH v2 3/3] drm/panel: Add ilitek ili9341 panel driver

From: Dillon Min
Date: Wed Jul 21 2021 - 11:04:03 EST


On Wed, 21 Jul 2021 at 22:02, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:
>
> On Wed, Jul 21, 2021 at 9:41 AM <dillon.minfei@xxxxxxxxx> wrote:
>
> > From: Dillon Min <dillon.minfei@xxxxxxxxx>
> >
> > This driver combine tiny/ili9341.c mipi_dbi_interface driver
> > with mipi_dpi_interface driver, can support ili9341 with serial
> > mode or parallel rgb interface mode by register configuration.
> >
> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> > Signed-off-by: Dillon Min <dillon.minfei@xxxxxxxxx>
> > ---
> > changes in v2:
> > - replace vcc regulator to three bulk regulators(vci, vddi, vddi-led)
> > according to linus suggestion, thanks.
>
> This is a really nice driver.

Thanks, all the code here is inspired by your recent patches.
Really appreciate your time to help me.

Thanks & Regards
Dillon

>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Yours,
> Linus Walleij