commit | d63ec26a49a1ae8c0fd65c24e8c0b6c67b79cd01 | [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 | 88a7fffe382b9640099db4d655a36a3a0c68692d [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>