Re: [PATCH] drm: panels: fix spi aliases of former omap panels

2019-10-08 Thread Andreas Kemnade
On Mon, 7 Oct 2019 19:04:46 +0200 Sebastian Reichel wrote: > Hi, > > On Mon, Oct 07, 2019 at 06:41:30PM +0200, Andreas Kemnade wrote: > > When the panels were moved from omap/displays/ to panel/ > > omapdss prefix was stripped, which cause spi modalias > > to not contain the vendor-prefix anymor

Re: [PATCH] drm: panels: fix spi aliases of former omap panels

2019-10-07 Thread Laurent Pinchart
Hi Andreas, On Mon, Oct 07, 2019 at 07:14:28PM +0200, Andreas Kemnade wrote: > On Mon, 7 Oct 2019 19:04:46 +0200 Sebastian Reichel wrote: > > On Mon, Oct 07, 2019 at 06:41:30PM +0200, Andreas Kemnade wrote: > > > When the panels were moved from omap/displays/ to panel/ > > > omapdss prefix was str

Re: [PATCH] drm: panels: fix spi aliases of former omap panels

2019-10-07 Thread Sebastian Reichel
Hi, On Mon, Oct 07, 2019 at 06:41:30PM +0200, Andreas Kemnade wrote: > When the panels were moved from omap/displays/ to panel/ > omapdss prefix was stripped, which cause spi modalias > to not contain the vendor-prefix anymore. > > so we had e.g. in former times: > compatible=omapdss,tpo,td028tte

[PATCH] drm: panels: fix spi aliases of former omap panels

2019-10-07 Thread Andreas Kemnade
When the panels were moved from omap/displays/ to panel/ omapdss prefix was stripped, which cause spi modalias to not contain the vendor-prefix anymore. so we had e.g. in former times: compatible=omapdss,tpo,td028ttec1 -> modalias=spi:tpo,td028ttec1 now: compatible=tpo,td028ttec1 -> modalias=spi:t