Hi Andy, Thanks for input. On Tue, May 26, 2020 at 3:46 PM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > > On Mon, May 25, 2020 at 6:46 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. > > Noralf told once that this driver should be unified with mi0283qt.c. > > So, what should we do here? > > -- > With Best Regards, > Andy Shevchenko from sam's suggestion, we can't setup two drivers to support one panel in the tree. so, i copy the mipi dbi part from tiny/ili9341.c. to this driver from register settings and dts binding is keep the same to tiny/ili9341.c. so, in my opinion if tiny/ili9341.c is unified with mi0283qt.c, this driver should be too. thanks. best regards, Dillon,