فهرست منبع

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 <[email protected]>
Martin Schiller 8 سال پیش
والد
کامیت
bbb27b1b22
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch

+ 1 - 1
package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch

@@ -7257,7 +7257,7 @@ Signed-off-by: Daniel Schwierzeck <[email protected]>
 +static struct phy_driver pef7071_driver = {
 +static struct phy_driver pef7071_driver = {
 +	.name = "Lantiq XWAY PEF7071",
 +	.name = "Lantiq XWAY PEF7071",
 +	.uid = 0xd565a400,
 +	.uid = 0xd565a400,
-+	.mask = 0xFFFFFFFF,
++	.mask = 0xFFFFFFF8,
 +	.features = PHY_GBIT_FEATURES,
 +	.features = PHY_GBIT_FEATURES,
 +	.config = ltq_phy_config,
 +	.config = ltq_phy_config,
 +	.startup = ltq_phy_startup,
 +	.startup = ltq_phy_startup,