1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-25 05:35:20 +01:00

net: phy: micrel: fix typo

Fix typo.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
Claudiu Beznea
2020-12-03 11:18:31 +02:00
committed by Eugen Hristev
parent c6df0e2ffd
commit 36dfddc553

View File

@@ -491,7 +491,7 @@ static int ksz9131_config(struct phy_device *phydev)
}
static struct phy_driver ksz9131_driver = {
.name = "Micrel ksz9031",
.name = "Micrel ksz9131",
.uid = PHY_ID_KSZ9131,
.mask = MII_KSZ9x31_SILICON_REV_MASK,
.features = PHY_GBIT_FEATURES,