summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>2014-03-26 18:13:14 +0200
committerYork Sun <yorksun@freescale.com>2014-04-22 17:58:47 -0700
commit44afbbc0f0733381fefa159cc14931d7f711356e (patch)
tree2d50be61fc3b023ca18bd8cc3db3b203d510c756 /drivers/net
parente77224e2d8a2ec5accbedc70c87f171115a3e2b2 (diff)
downloadblackbird-obmc-uboot-44afbbc0f0733381fefa159cc14931d7f711356e.tar.gz
blackbird-obmc-uboot-44afbbc0f0733381fefa159cc14931d7f711356e.zip
net/phy: Fix PHY id for VSC8514
In the current Datasheet for VSC8514 there is a mistake, saying that the PHY id is 0x70570. The real value in the identifier registers is 0x70670. Linux PHY driver uses 0x70670 also. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Cc: York Sun <yorksun@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/phy/vitesse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
index c555979661..3a55d271a5 100644
--- a/drivers/net/phy/vitesse.c
+++ b/drivers/net/phy/vitesse.c
@@ -296,7 +296,7 @@ static struct phy_driver VSC8574_driver = {
static struct phy_driver VSC8514_driver = {
.name = "Vitesse VSC8514",
- .uid = 0x70570,
+ .uid = 0x70670,
.mask = 0xffff0,
.features = PHY_GBIT_FEATURES,
.config = &vsc8514_config,
OpenPOWER on IntegriCloud