diff options
Diffstat (limited to 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index e58fd31bee1a..f920c2459e89 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1257,6 +1257,10 @@ platforms are moved over to use the flattened-device-tree model. | |||
1257 | services interrupts for this device. | 1257 | services interrupts for this device. |
1258 | - phy-handle : The phandle for the PHY connected to this ethernet | 1258 | - phy-handle : The phandle for the PHY connected to this ethernet |
1259 | controller. | 1259 | controller. |
1260 | - fixed-link : <a b c d e> where a is emulated phy id - choose any, | ||
1261 | but unique to the all specified fixed-links, b is duplex - 0 half, | ||
1262 | 1 full, c is link speed - d#10/d#100/d#1000, d is pause - 0 no | ||
1263 | pause, 1 pause, e is asym_pause - 0 no asym_pause, 1 asym_pause. | ||
1260 | 1264 | ||
1261 | Recommended properties: | 1265 | Recommended properties: |
1262 | 1266 | ||