diff options
author | Vitaly Bordug <vitb@kernel.crashing.org> | 2007-12-06 17:51:31 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 20:34:04 -0500 |
commit | a21e282a124f4679c040087ab73aa5b147d4275f (patch) | |
tree | e4577d144198456c812d45fa4921b7c4ec3e3fb8 /Documentation/powerpc | |
parent | e30007656463228ba23748df81a786f74dabf8b4 (diff) |
[POWERPC] fsl_soc: add support to gianfar for fixed-link property
fixed-link says: register new "Fixed/emulated PHY", i.e. PHY that
not connected to the real MDIO bus.
Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org>
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Documentation/powerpc')
-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 | ||