commit | 99c874b0c913386be9113120383c01857254bb67 | [log] [tgz] |
---|---|---|
author | Peng Fan <van.freenix@gmail.com> | Thu May 19 13:02:16 2016 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue May 31 17:42:31 2016 +0200 |
tree | 0a8b3016bf01b0096bff102f56387636ff48b0a7 | |
parent | 16f814cbeec59b1fa02d29b7c7c2b801d0a72d5f [diff] [blame] |
imx: mx7: implement reset_misc We need to power down lcdif to make 'reset' can pass stress test. Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Stefano Babic <sbabic@denx.de>
diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c index 073bbc6..ef46c92 100644 --- a/arch/arm/cpu/armv7/mx7/soc.c +++ b/arch/arm/cpu/armv7/mx7/soc.c
@@ -441,3 +441,11 @@ return; } + +void reset_misc(void) +{ +#ifdef CONFIG_VIDEO_MXS + lcdif_power_down(); +#endif +} +