commit | 3673492307406c2c43de927f93d39a48c8ef0511 | [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 | e2a8b18501f22bdf30a27143f40378c8bfdf95f4 [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>