提交 8bfdccdb 编写于 作者: R Ray Jui 提交者: Bjorn Helgaas

PCI: iproc: Remove redundant outbound properties

Remove the following outbound related device tree properties:

  brcm,pcie-ob-window-size
  brcm,pcie-ob-oarr-size

The above two properties are a bit duplicated in functions.  In addition,
the next generation iProc PCIe controller has outbound mapping window that
supports more than just two sizes, which cannot be properly supported by
these properties.

[bhelgaas: changelog]
Signed-off-by: NRay Jui <ray.jui@broadcom.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: NScott Branden <scott.branden@broadcom.com>
上级 787b3c4f
...@@ -35,11 +35,6 @@ effective: ...@@ -35,11 +35,6 @@ effective:
Required: Required:
- brcm,pcie-ob-axi-offset: The offset from the AXI address to the internal - brcm,pcie-ob-axi-offset: The offset from the AXI address to the internal
address used by the iProc PCIe core (not the PCIe address) address used by the iProc PCIe core (not the PCIe address)
- brcm,pcie-ob-window-size: The outbound address mapping window size (in MB)
Optional:
- brcm,pcie-ob-oarr-size: Some iProc SoCs need the OARR size bit to be set to
increase the outbound window size
MSI support (optional): MSI support (optional):
...@@ -95,9 +90,7 @@ Example: ...@@ -95,9 +90,7 @@ Example:
phy-names = "pcie-phy"; phy-names = "pcie-phy";
brcm,pcie-ob; brcm,pcie-ob;
brcm,pcie-ob-oarr-size;
brcm,pcie-ob-axi-offset = <0x00000000>; brcm,pcie-ob-axi-offset = <0x00000000>;
brcm,pcie-ob-window-size = <256>;
msi-parent = <&msi0>; msi-parent = <&msi0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册