aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc/booting-without-of.txt
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-03-16 13:28:46 -0400
committerPaul Mackerras <paulus@samba.org>2007-03-21 07:35:21 -0400
commite0a2f28b4dee2a1e4c62dc8389f25defb284e387 (patch)
treefec3d48cb2e717f4acb70bca92a5459caf260c87 /Documentation/powerpc/booting-without-of.txt
parenta9903811bf8d130a26004f9cb27b66513a267908 (diff)
[POWERPC] Document the linux,network-index property.
To allow more robust association of each network device node with an index (such as is used by the firmware or an EEPROM to indicate MAC addresses), a network device's node may specify the index explicitly. Signed-off-by: Scott Wood <scottwood@freescale.com> Acked-by: David Gibson david@gibson.dropbear.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r--Documentation/powerpc/booting-without-of.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt
index a1f83f1c24c9..88cdb592fdf9 100644
--- a/Documentation/powerpc/booting-without-of.txt
+++ b/Documentation/powerpc/booting-without-of.txt
@@ -1182,6 +1182,13 @@ platforms are moved over to use the flattened-device-tree model.
1182 - phy-handle : The phandle for the PHY connected to this ethernet 1182 - phy-handle : The phandle for the PHY connected to this ethernet
1183 controller. 1183 controller.
1184 1184
1185 Recommended properties:
1186
1187 - linux,network-index : This is the intended "index" of this
1188 network device. This is used by the bootwrapper to interpret
1189 MAC addresses passed by the firmware when no information other
1190 than indices is available to associate an address with a device.
1191
1185 Example: 1192 Example:
1186 1193
1187 ethernet@24000 { 1194 ethernet@24000 {
@@ -1550,6 +1557,12 @@ platforms are moved over to use the flattened-device-tree model.
1550 - mac-address : list of bytes representing the ethernet address. 1557 - mac-address : list of bytes representing the ethernet address.
1551 - phy-handle : The phandle for the PHY connected to this controller. 1558 - phy-handle : The phandle for the PHY connected to this controller.
1552 1559
1560 Recommended properties:
1561 - linux,network-index : This is the intended "index" of this
1562 network device. This is used by the bootwrapper to interpret
1563 MAC addresses passed by the firmware when no information other
1564 than indices is available to associate an address with a device.
1565
1553 Example: 1566 Example:
1554 ucc@2000 { 1567 ucc@2000 {
1555 device_type = "network"; 1568 device_type = "network";