浏览代码

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>
Peng Fan 9 年之前
父节点
当前提交
9f8fa184fc
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      arch/arm/cpu/armv7/mx7/soc.c

+ 8 - 0
arch/arm/cpu/armv7/mx7/soc.c

@@ -441,3 +441,11 @@ void s_init(void)
 
 	return;
 }
+
+void reset_misc(void)
+{
+#ifdef CONFIG_VIDEO_MXS
+	lcdif_power_down();
+#endif
+}
+