Re: [PATCH] drm/panel: simple: specify bus width and flags for EDT displays

2017-01-26 Thread Thierry Reding
On Thu, Dec 08, 2016 at 02:54:31PM -0800, Stefan Agner wrote: > The display has a 18-Bit parallel LCD interface, require DE to be > active high and data driven by the controller on falling pixel > clock edge (display samples on rising edge). > > Signed-off-by: Stefan Agner > --- > drivers/gpu/dr

[PATCH] drm/panel: simple: specify bus width and flags for EDT displays

2016-12-08 Thread Stefan Agner
The display has a 18-Bit parallel LCD interface, require DE to be active high and data driven by the controller on falling pixel clock edge (display samples on rising edge). Signed-off-by: Stefan Agner --- drivers/gpu/drm/panel/panel-simple.c | 4 1 file changed, 4 insertions(+) diff --git