Skip to content

Commit 5b71456

Browse files
committed
dt-bindings: update OpenFirmware document links to devicetree.org
The mirrors for old, but still referenced OF documents have disappeared. A new mirror has been setup on devicetree.org at: http://devicetree.org/open-firmware/home.html Update the URLs in the binding documents with the new mirror. Cc: Brian Norris <[email protected]> Reviewed-by: Harvey Hunt <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent b47fe22 commit 5b71456

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/devicetree/bindings/pci/pci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PCI bus bridges have standardized Device Tree bindings:
22

33
PCI Bus Binding to: IEEE Std 1275-1994
4-
http://www.firmware.org/1275/bindings/pci/pci2_1.pdf
4+
http://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf
55

66
And for the interrupt mapping part:
77

88
Open Firmware Recommended Practice: Interrupt Mapping
9-
http://www.firmware.org/1275/practice/imap/imap0_9d.pdf
9+
http://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf
1010

1111
Additionally to the properties specified in the above standards a host bridge
1212
driver implementation may support the following properties:

Documentation/devicetree/bindings/usb/usb-device.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Generic USB Device Properties
22

33
Usually, we only use device tree for hard wired USB device.
44
The reference binding doc is from:
5-
http://www.firmware.org/1275/bindings/usb/usb-1_0.ps
5+
http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps
66

77
Required properties:
88
- compatible: usbVID,PID. The textual representation of VID, PID shall

Documentation/devicetree/booting-without-of.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ hierarchy and routing of interrupts in the hardware.
12821282
The interrupt tree model is fully described in the
12831283
document "Open Firmware Recommended Practice: Interrupt
12841284
Mapping Version 0.9". The document is available at:
1285-
<http://www.openfirmware.org/ofwg/practice/>
1285+
<http://www.devicetree.org/open-firmware/practice/>
12861286

12871287
1) interrupts property
12881288
----------------------

0 commit comments

Comments
 (0)