Commit 223d4727 authored by Kumar Gala's avatar Kumar Gala Committed by Jeff Garzik

gianfar: Update Marvell PHY name

This patch updates the name identifier to list both of the Marvell PHYs
that are supported.
Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
parent 169a3e66
...@@ -572,7 +572,7 @@ static struct phy_info phy_info_dm9161 = { ...@@ -572,7 +572,7 @@ static struct phy_info phy_info_dm9161 = {
static struct phy_info phy_info_marvell = { static struct phy_info phy_info_marvell = {
.phy_id = 0x01410c00, .phy_id = 0x01410c00,
.phy_id_mask = 0xffffff00, .phy_id_mask = 0xffffff00,
.name = "Marvell 88E1101", .name = "Marvell 88E1101/88E1111",
.features = MII_GBIT_FEATURES, .features = MII_GBIT_FEATURES,
.config_aneg = &marvell_config_aneg, .config_aneg = &marvell_config_aneg,
.read_status = &marvell_read_status, .read_status = &marvell_read_status,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment