at91: video: Prepare for driver-model conversion
authorSimon Glass <sjg@chromium.org>
Thu, 5 May 2016 13:28:19 +0000 (07:28 -0600)
committerAndreas Bießmann <andreas@biessmann.org>
Sun, 12 Jun 2016 21:49:38 +0000 (23:49 +0200)
commitd63ec26a49a1ae8c0fd65c24e8c0b6c67b79cd01
treeb00753f6327515d3f69939305cab690947e10f95
parent88a7fffe382b9640099db4d655a36a3a0c68692d
at91: video: Prepare for driver-model conversion

Adjust the driver to use struct display_timing for its display timing.
This is what is used by driver-model and allows the LCD init code to be
common.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
drivers/video/atmel_lcdfb.c