From: sr@denx.de (Stefan Roese)
To: linux-arm-kernel@lists.infradead.org
Subject: imx6: PCIe imx6_pcie_assert_core_reset() hangs after watchdog reset
Date: Wed, 25 Mar 2015 10:29:58 +0100 [thread overview]
Message-ID: <55128016.3030903@denx.de> (raw)
Hi!
I'm currently facing a problem in the imx6 PCIe driver. The
problem happens, after the Linux imx6 internal watchdog has timed-out
and issues a reset (this is intended, as I'm testing this wdog right
now). But the next Linux boot hangs in imx6_pcie_assert_core_reset()
while accessing a register from the PCIe port logic memory:
val = readl(pp->dbi_base + PCIE_PL_PFLR);
The watchdog will issue a new reset once it times out again. But
Linux will hang here the next time as well. Only a power-cycle
helps. For a test purpose, I've removed the following part from
this function:
if ((gpr1 & IMX6Q_GPR1_PCIE_REF_CLK_EN) &&
(gpr12 & IMX6Q_GPR12_PCIE_CTL_2)) {
...
}
Without it, Linux boots up fine. And PCIe also seems to be fully
functional.
I have to admit that I have no real insight in the imx6 / DW PCIe
driver. So I'm checking with you experts, if you have any ideas why
this could be the case? And how this could be solved.
BTW: This happens with v3.19 and v4.0-rc5 on a i.MX6Solo based board
(TQMa6S SoM). With no PCIe support enabled in the bootloader (U-Boot).
Thanks,
Stefan
next reply other threads:[~2015-03-25 9:29 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 9:29 Stefan Roese [this message]
2015-03-25 9:39 ` imx6: PCIe imx6_pcie_assert_core_reset() hangs after watchdog reset Lucas Stach
2015-03-25 10:32 ` Stefan Roese
2015-03-25 10:38 ` Lucas Stach
2015-03-26 11:06 ` Lucas Stach
2015-03-26 13:23 ` Tim Harvey
2015-03-26 13:39 ` Lucas Stach
2016-11-06 15:31 ` Philippe De Muyter
2016-11-06 16:59 ` Fabio Estevam
2016-11-07 10:34 ` Lucas Stach
2016-11-07 12:15 ` Fabio Estevam
2016-11-07 14:23 ` Lucas Stach
2017-01-19 14:24 ` Lucas Stach
2017-01-20 16:02 ` Fabio Estevam
2015-04-08 13:32 ` Fabio Estevam
2015-04-08 13:37 ` Lucas Stach
2015-04-08 13:42 ` Fabio Estevam
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=55128016.3030903@denx.de \
--to=sr@denx.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.