Commit 223d47278a77091b62e7d063e95860f63ca55e20

Authored by Kumar Gala
Committed by Jeff Garzik
1 parent 169a3e6663

gianfar: Update Marvell PHY name

This patch updates the name identifier to list both of the Marvell PHYs
that are supported.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/net/gianfar_phy.c
... ... @@ -572,7 +572,7 @@
572 572 static struct phy_info phy_info_marvell = {
573 573 .phy_id = 0x01410c00,
574 574 .phy_id_mask = 0xffffff00,
575   - .name = "Marvell 88E1101",
  575 + .name = "Marvell 88E1101/88E1111",
576 576 .features = MII_GBIT_FEATURES,
577 577 .config_aneg = &marvell_config_aneg,
578 578 .read_status = &marvell_read_status,