Skip to content
Snippets Groups Projects
Commit 25634210 authored by Fabio Estevam's avatar Fabio Estevam Committed by Joe Hershberger
Browse files

phy: smsc: LAN8710/8720 are not Gbit PHYs


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: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 012a2c15
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment