]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/phy: Fix PHY id for VSC8514
authorCodrin Ciubotariu <codrin.ciubotariu@freescale.com>
Wed, 26 Mar 2014 16:13:14 +0000 (18:13 +0200)
committerYork Sun <yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:47 +0000 (17:58 -0700)
commit44afbbc0f0733381fefa159cc14931d7f711356e
tree2d50be61fc3b023ca18bd8cc3db3b203d510c756
parente77224e2d8a2ec5accbedc70c87f171115a3e2b2
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>
drivers/net/phy/vitesse.c