From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Revert "imx: mx7: implement reset_misc"
Date: Tue, 21 Feb 2017 23:21:16 -0300 [thread overview]
Message-ID: <1487730076-17452-1-git-send-email-festevam@gmail.com> (raw)
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 --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
-}
-
--
2.7.4
next reply other threads:[~2017-02-22 2:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-22 2:21 Fabio Estevam [this message]
2017-02-22 9:33 ` [U-Boot] [PATCH] Revert "imx: mx7: implement reset_misc" Fabio Estevam
2017-02-22 9:38 ` Peng Fan
2017-02-22 9:39 ` Stefano Babic
2017-02-22 9:43 ` Peng Fan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1487730076-17452-1-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox