commit | 0451b017e09820c51e29bbb242da351789e6a315 | [log] [tgz] |
---|---|---|
author | David Updegraff <dave@cray.com> | Fri Apr 20 14:34:48 2007 -0500 |
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | Wed May 02 15:38:22 2007 -0500 |
tree | 2383ff1fe9c2c3f2b107949370008d4b159b7d03 | |
parent | 6d97276bab30106279eb9caae5e9dd117cdd03e6 [diff] |
Add support for treating unknown PHYs as generic PHYs. When bringing up u-boot on new boards, PHY support sometimes gets neglected. Most PHYs don't really need any special support, though. By adding a generic entry that always matches if nothing else does, we can provide support for "unsupported" PHYs for the tsec. The generic PHY driver supports most PHYs, including gigabit. Signed-off-by: David Updegraff <dave@cray.com> Signed-off-by: Andy Fleming <afleming@freescale.com>