Skip to content
Snippets Groups Projects
Commit 9f8fa184 authored by Peng Fan's avatar Peng Fan Committed by Stefano Babic
Browse files

imx: mx7: implement reset_misc


We need to power down lcdif to make 'reset' can pass stress test.

Signed-off-by: default avatarPeng Fan <van.freenix@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
parent cb82c38e
No related branches found
No related tags found
No related merge requests found
......@@ -441,3 +441,11 @@ void s_init(void)
return;
}
void reset_misc(void)
{
#ifdef CONFIG_VIDEO_MXS
lcdif_power_down();
#endif
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment