drm/panel: simple: Use display_timing for AUO b101ean01
authorDouglas Anderson <dianders@chromium.org>
Thu, 11 Jul 2019 20:34:55 +0000 (13:34 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 12 Jul 2019 05:55:47 +0000 (07:55 +0200)
commit374bf825e7a07b6ae61a8a839c0ea184a7665267
treeb475a026f326f070e85a72eaa0ceb929994a2436
parentd719cbe9a5b39437c442836a6fd5e7b178bcee4d
drm/panel: simple: Use display_timing for AUO b101ean01

Convert the AUO b101ean01 from using a fixed mode to specifying a
display timing with min/typ/max values.

The AUO b101ean01's datasheet says:
* Vertical blanking min is 12
* Horizontal blanking min is 60
* Pixel clock is between 65.3 MHz and 75 MHz

The goal here is to be able to specify the proper timing in device
tree to use on rk3288-veyron-minnie to match what the downstream
kernel is using so that it can used the fixed PLL.

Changes in v4:
 - display_timing for AUO b101ean01 new for v4.
Changes in v6:
 - Rebased to drm-misc next
 - Added tags

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Acked-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190711203455.125667-4-dianders@chromium.org
drivers/gpu/drm/panel/panel-simple.c