commit | ea843b6dabdd0473c5f12e8b7ccb560aededd2e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 05 16:23:44 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 09 20:27:17 2017 -0400 |
tree | 5c7d8625e17a67909b0912ca062852202e9f0d04 | |
parent | d08e42a8cb2a68ed6cdb7c615472934ea674eb15 [diff] |
dm: video: arm: rpi: Convert to use driver model for video Adjust the video driver to work with driver model and move over existing baords. There is no need to keep the old code. We can also drop setting of CONFIG_FB_ADDR since driver model doesn't have this problem. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>