mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-19 01:33:27 +08:00
net: phy: micrel: fix typo
Fix typo. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
parent
c6df0e2ffd
commit
36dfddc553
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user