commit | f3e7f01be31a6e1852c7f51fc93e0460af5bd9ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 05 07:28:19 2016 -0600 |
committer | Andreas Bießmann <andreas@biessmann.org> | Sun Jun 12 23:49:38 2016 +0200 |
tree | b00753f6327515d3f69939305cab690947e10f95 | |
parent | 317a3824d34ac046eb079fc15d2717b40968fab0 [diff] |
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>