|
@@ -134,6 +134,11 @@ static int ls1021_pcie_host_init(struct pcie_port *pp)
|
|
|
|
|
|
dw_pcie_setup_rc(pp);
|
|
dw_pcie_setup_rc(pp);
|
|
|
|
|
|
|
|
+ iowrite32(1, pci->dbi_base + PCIE_DBI_RO_WR_EN);
|
|
|
|
+ ls_pcie_fix_class(pcie);
|
|
|
|
+ ls_pcie_clear_multifunction(pcie);
|
|
|
|
+ iowrite32(0, pci->dbi_base + PCIE_DBI_RO_WR_EN);
|
|
|
|
+
|
|
ls_pcie_drop_msg_tlp(pcie);
|
|
ls_pcie_drop_msg_tlp(pcie);
|
|
|
|
|
|
return 0;
|
|
return 0;
|