commit | 9a6720522812b5d9bfda8964196407a3abbf6bb4 | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@toradex.com> | Tue Jun 04 00:05:58 2019 +0300 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Jun 04 23:22:59 2019 +0200 |
tree | fb058cea34f7ae2bd2383a8dbec5945902c0da13 | |
parent | 23816322d5d701bcfd7d5197c77ed6c88d1830f7 [diff] |
video: mxsfb: refactor video_hw_init() Refactor video_hw_init() function, and introduce an independent function for the common procedure of initialization. Currently video_hw_init() is only in charge of parsing configuration from env("videomode") and filling struct GraphicPanel, and new mxs_probe_common() does hw specific initialization (invocation of mxs_lcd_init() etc.) Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>