Skip to content
Snippets Groups Projects
Commit 0d1ae97c authored by Anatolij Gustschin's avatar Anatolij Gustschin
Browse files

video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before


Boards can skip display interface init using board_video_skip().
If display interface was not initialized (e.g. no ipuv3 framebuffer
registered or IPU clock disabled), booting Linux stops due to the
crash in IPU shutdown function, when accessing IPU registers.
Check IPU clock and skip shutdown if clock is not enabled.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
parent 22aa21db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment