[PATCH V2] drm/panel: simple: Fix bus flags for ortustech com43h4m85ulc

2016-09-16 Thread Philipp Zabel
Hi Thierry, Am Freitag, den 16.09.2016, 17:17 +0200 schrieb Thierry Reding: > On Fri, Aug 26, 2016 at 06:26:00PM +0200, Marek Vasut wrote: > > This display expects DE pin and data lines to be active high, > > add the necessary flags. > > > > Signed-off-by: Marek Vasut > > Cc: Philipp Zabel > >

[PATCH V2] drm/panel: simple: Fix bus flags for ortustech com43h4m85ulc

2016-09-16 Thread Thierry Reding
On Fri, Aug 26, 2016 at 06:26:00PM +0200, Marek Vasut wrote: > This display expects DE pin and data lines to be active high, > add the necessary flags. > > Signed-off-by: Marek Vasut > Cc: Philipp Zabel > Cc: Thierry Reding > --- > V2: Add DRM_BUS_FLAG_PIXDATA_POSEDGE to cater for the video dat

[PATCH V2] drm/panel: simple: Fix bus flags for ortustech com43h4m85ulc

2016-08-26 Thread Marek Vasut
This display expects DE pin and data lines to be active high, add the necessary flags. Signed-off-by: Marek Vasut Cc: Philipp Zabel Cc: Thierry Reding --- V2: Add DRM_BUS_FLAG_PIXDATA_POSEDGE to cater for the video data. --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 inserti