mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
uboot-lantiq: Support newer versions of the PEF7071 ethernet
This fix is taken from uboot-lantiq v2014.07 (Daniel Schwierzeck) Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
66f25c98e0
commit
bbb27b1b22
@ -7257,7 +7257,7 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
|
||||
+static struct phy_driver pef7071_driver = {
|
||||
+ .name = "Lantiq XWAY PEF7071",
|
||||
+ .uid = 0xd565a400,
|
||||
+ .mask = 0xFFFFFFFF,
|
||||
+ .mask = 0xFFFFFFF8,
|
||||
+ .features = PHY_GBIT_FEATURES,
|
||||
+ .config = ltq_phy_config,
|
||||
+ .startup = ltq_phy_startup,
|
||||
|
Loading…
Reference in New Issue
Block a user