mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue