mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-net
This commit is contained in:
commit
7810480952
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ static struct phy_driver AR8021_driver = {
|
|||
static struct phy_driver AR8031_driver = {
|
||||
.name = "AR8031/AR8033",
|
||||
.uid = 0x4dd074,
|
||||
.mask = 0x4fffff,
|
||||
.mask = 0xffffffef,
|
||||
.features = PHY_GBIT_FEATURES,
|
||||
.config = ar8021_config,
|
||||
.startup = genphy_startup,
|
||||
|
@ -60,7 +60,7 @@ static struct phy_driver AR8031_driver = {
|
|||
static struct phy_driver AR8035_driver = {
|
||||
.name = "AR8035",
|
||||
.uid = 0x4dd072,
|
||||
.mask = 0x4fffff,
|
||||
.mask = 0xffffffef,
|
||||
.features = PHY_GBIT_FEATURES,
|
||||
.config = ar8035_config,
|
||||
.startup = genphy_startup,
|
||||
|
|
Loading…
Reference in a new issue