diff mbox

[U-Boot] Revert "imx: mx7: implement reset_misc"

Message ID 1487730076-17452-1-git-send-email-festevam@gmail.com
State Rejected
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Feb. 22, 2017, 2:21 a.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Commit 9f8fa184fc1ac ("imx: mx7: implement reset_misc") says it needs to
to power down lcdif to make 'reset' can pass stress test.

However I see 100% of reset failures with this commit applied, so better
revert it for now.

This reverts commit 9f8fa184fc1acb6fe8e15e3bbbfcb916e6bc4cc1.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/cpu/armv7/mx7/soc.c | 8 --------
 1 file changed, 8 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/cpu/armv7/mx7/soc.c b/arch/arm/cpu/armv7/mx7/soc.c
index dead1d3..b1d0e21 100644
--- a/arch/arm/cpu/armv7/mx7/soc.c
+++ b/arch/arm/cpu/armv7/mx7/soc.c
@@ -455,11 +455,3 @@  void s_init(void)
 
 	return;
 }
-
-void reset_misc(void)
-{
-#ifdef CONFIG_VIDEO_MXS
-	lcdif_power_down();
-#endif
-}
-