mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-25 16:12:05 +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 = {
|
static struct phy_driver ksz9131_driver = {
|
||||||
.name = "Micrel ksz9031",
|
.name = "Micrel ksz9131",
|
||||||
.uid = PHY_ID_KSZ9131,
|
.uid = PHY_ID_KSZ9131,
|
||||||
.mask = MII_KSZ9x31_SILICON_REV_MASK,
|
.mask = MII_KSZ9x31_SILICON_REV_MASK,
|
||||||
.features = PHY_GBIT_FEATURES,
|
.features = PHY_GBIT_FEATURES,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue