projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb82c38
)
imx: mx7: implement reset_misc
author
Peng Fan
<van.freenix@gmail.com>
Thu, 19 May 2016 05:02:16 +0000
(13:02 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 31 May 2016 15:42:31 +0000
(17:42 +0200)
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>
arch/arm/cpu/armv7/mx7/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx7/soc.c
b/arch/arm/cpu/armv7/mx7/soc.c
index
073bbc6
..
ef46c92
100644
(file)
--- a/
arch/arm/cpu/armv7/mx7/soc.c
+++ b/
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
+}
+