提交 02232343 编写于 作者: H Hou Zhiqiang 提交者: Bjorn Helgaas

PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracket

The STRFMR1 is not a DBI read-only register, so move it out from the
write-enable bracket.
Signed-off-by: NHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Acked-by: NRoy Zang <tie-fei.zang@freescale.com>
上级 a36deff6
...@@ -162,9 +162,10 @@ static int ls_pcie_host_init(struct pcie_port *pp) ...@@ -162,9 +162,10 @@ static int ls_pcie_host_init(struct pcie_port *pp)
iowrite32(1, pci->dbi_base + PCIE_DBI_RO_WR_EN); iowrite32(1, pci->dbi_base + PCIE_DBI_RO_WR_EN);
ls_pcie_fix_class(pcie); ls_pcie_fix_class(pcie);
ls_pcie_clear_multifunction(pcie); ls_pcie_clear_multifunction(pcie);
ls_pcie_drop_msg_tlp(pcie);
iowrite32(0, pci->dbi_base + PCIE_DBI_RO_WR_EN); iowrite32(0, pci->dbi_base + PCIE_DBI_RO_WR_EN);
ls_pcie_drop_msg_tlp(pcie);
dw_pcie_setup_rc(pp); dw_pcie_setup_rc(pp);
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册