projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
012a2c1
)
phy: smsc: LAN8710/8720 are not Gbit PHYs
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 7 Jun 2013 00:04:19 +0000
(21:04 -0300)
committer
Joe Hershberger
<joe.hershberger@ni.com>
Mon, 19 Aug 2013 17:34:18 +0000
(12:34 -0500)
LAN8710/8720 are 10/100 Mbps PHYs, so fix the '.features' field.
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
drivers/net/phy/smsc.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/smsc.c
b/drivers/net/phy/smsc.c
index f64eb8fe04dd6df261ba33f83c0026a8bf41fdc6..5936f9bd7f31f18b2a53a369b2130eb7a86caa15 100644
(file)
--- a/
drivers/net/phy/smsc.c
+++ b/
drivers/net/phy/smsc.c
@@
-62,7
+62,7
@@
static struct phy_driver lan8710_driver = {
.name = "SMSC LAN8710/LAN8720",
.uid = 0x0007c0f0,
.mask = 0xffff0,
- .features = PHY_
GBIT
_FEATURES,
+ .features = PHY_
BASIC
_FEATURES,
.config = &genphy_config_aneg,
.startup = &smsc_startup,
.shutdown = &genphy_shutdown,