public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net/phy: Fix PHY id for VSC8514
@ 2014-03-26 16:13 Codrin Ciubotariu
  2014-04-23 22:31 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Codrin Ciubotariu @ 2014-03-26 16:13 UTC (permalink / raw)
  To: u-boot

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>
---
 drivers/net/phy/vitesse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/vitesse.c b/drivers/net/phy/vitesse.c
index c555979..3a55d27 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,
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] net/phy: Fix PHY id for VSC8514
  2014-03-26 16:13 [U-Boot] [PATCH] net/phy: Fix PHY id for VSC8514 Codrin Ciubotariu
@ 2014-04-23 22:31 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-04-23 22:31 UTC (permalink / raw)
  To: u-boot

On 03/26/2014 09:13 AM, Codrin Ciubotariu wrote:
> 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>
> ---

Applied to u-boot-mpc85xx/master, thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-23 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 16:13 [U-Boot] [PATCH] net/phy: Fix PHY id for VSC8514 Codrin Ciubotariu
2014-04-23 22:31 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox