projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbac2a6
)
net/phy: Correct AR8021 phy_mask
author
Haijun.Zhang
<Haijun.Zhang@freescale.com>
Tue, 4 Mar 2014 07:56:12 +0000
(15:56 +0800)
committer
Tom Rini
<trini@ti.com>
Fri, 7 Mar 2014 15:59:06 +0000
(10:59 -0500)
There was wrong phy_mask for AR8021 device,
so the AR8021 can't be probed correctly.
Changed it from 0x4fffff to 0x4ffff0.
Signed-off-by: Haijun Zhang <Haijun.Zhang@freescale.com>
drivers/net/phy/atheros.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/atheros.c
b/drivers/net/phy/atheros.c
index 5332e1a18f54d732f8a70148ca5a54ef780a57c0..b80980d5524e811d310fffa99cf226465f3d787d 100644
(file)
--- a/
drivers/net/phy/atheros.c
+++ b/
drivers/net/phy/atheros.c
@@
-41,7
+41,7
@@
static int ar8035_config(struct phy_device *phydev)
static struct phy_driver AR8021_driver = {
.name = "AR8021",
.uid = 0x4dd040,
- .mask = 0x4ffff
f
,
+ .mask = 0x4ffff
0
,
.features = PHY_GBIT_FEATURES,
.config = ar8021_config,
.startup = genphy_startup,