|
@@ -216,7 +216,7 @@ int __init fsl_add_bridge(struct device_node *dev, int is_primary)
|
|
|
|
|
|
/* check PCI express link status */
|
|
|
if (early_find_capability(hose, 0, 0, PCI_CAP_ID_EXP)) {
|
|
|
- hose->indirect_type = PPC_INDIRECT_TYPE_EXT_REG |
|
|
|
+ hose->indirect_type |= PPC_INDIRECT_TYPE_EXT_REG |
|
|
|
PPC_INDIRECT_TYPE_SURPRESS_PRIMARY_BUS;
|
|
|
if (fsl_pcie_check_link(hose))
|
|
|
hose->indirect_type |= PPC_INDIRECT_TYPE_NO_PCIE_LINK;
|