I'm using a Z3-DM8168-MOD35 board in combination with our own custom board. One of the set of boards is encountering a problem during bootup where is hangs after the message:
ti81xx_pcie: Register base mapped @0xcb838000
I'm pretty sure this is a hardware problem since 4 other sets work fine. However, I'd like to get this set working also. I've tracked the problem to the point in pcie-ti81xx.c where it does __raw_readl(reg_virt + SPACE0_LOCAL_CFG_OFFSET + PL_GEN2). It hangs at this point. Does anybody know what might be causing this?