diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-10-20 23:03:03 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-22 16:23:51 +0200 |
commit | f517256a68670b84528c45b6f60f21461bb2c60f (patch) | |
tree | e62ec53a9b662e9023274fd048344686d134c5e0 | |
parent | Merge branch 'dt-doc-cleanup' into for-next (diff) | |
download | linux-f517256a68670b84528c45b6f60f21461bb2c60f.tar.xz linux-f517256a68670b84528c45b6f60f21461bb2c60f.zip |
Documentation/devicetree: Update PCI Device Tree bindings
Update broken links to PCI bus and interrupt mapping bindings.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/pci/pci.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pci/pci.txt b/Documentation/devicetree/bindings/pci/pci.txt index f8fbe9af7b2f..08dcfad09f8d 100644 --- a/Documentation/devicetree/bindings/pci/pci.txt +++ b/Documentation/devicetree/bindings/pci/pci.txt @@ -1,12 +1,12 @@ PCI bus bridges have standardized Device Tree bindings: PCI Bus Binding to: IEEE Std 1275-1994 -http://www.openfirmware.org/ofwg/bindings/pci/pci2_1.pdf +http://www.firmware.org/1275/bindings/pci/pci2_1.pdf And for the interrupt mapping part: Open Firmware Recommended Practice: Interrupt Mapping -http://www.openfirmware.org/1275/practice/imap/imap0_9d.pdf +http://www.firmware.org/1275/practice/imap/imap0_9d.pdf Additionally to the properties specified in the above standards a host bridge driver implementation may support the following properties: |