aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt
diff options
context:
space:
mode:
authorRay Jui <ray.jui@broadcom.com>2016-10-31 17:38:36 -0700
committerBjorn Helgaas <bhelgaas@google.com>2016-11-17 14:40:37 -0600
commit8bfdccdb4bcc9fabc968846296206c85f65e91ce (patch)
tree604feab5b7b6fc0436b06af86981972c9252450b /Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt
parentPCI: iproc: Add PAXC v2 support (diff)
downloadlinux-dev-8bfdccdb4bcc9fabc968846296206c85f65e91ce.tar.xz
linux-dev-8bfdccdb4bcc9fabc968846296206c85f65e91ce.zip
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: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt')
-rw-r--r--Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt
index 071bbc24ad20..f827b8d394e2 100644
--- a/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt
+++ b/Documentation/devicetree/bindings/pci/brcm,iproc-pcie.txt
@@ -35,11 +35,6 @@ effective:
Required:
- 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)
-- 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):
@@ -95,9 +90,7 @@ Example:
phy-names = "pcie-phy";
brcm,pcie-ob;
- brcm,pcie-ob-oarr-size;
brcm,pcie-ob-axi-offset = <0x00000000>;
- brcm,pcie-ob-window-size = <256>;
msi-parent = <&msi0>;