[U-Boot] [PATCH] pci: pcie_imx: Fix hang on mx6qp
Fabio Estevam
festevam at gmail.com
Thu Oct 8 23:19:47 CEST 2015
On Thu, Oct 8, 2015 at 5:58 PM, Marek Vasut <marex at denx.de> wrote:
>> mdelay(50);
>>
>> + if (is_mx6dqp()) {
>> + clrbits_le32(&iomuxc_regs->gpr[1], IOMUXC_GPR1_PCIE_SW_RST);
>
> Why don't you put this section before the mdelay(50) above ? This should
> produce the same effect as adding additional delay, as you do below, no?
Good idea. Will do as suggested in v2, thanks.
More information about the U-Boot
mailing list