
8 Oct
2015
8 Oct
'15
11:19 p.m.
On Thu, Oct 8, 2015 at 5:58 PM, Marek Vasut marex@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.