From: Martin Schiller Date: Fri, 26 May 2017 09:12:19 +0000 (+0200) Subject: uboot-lantiq: Support newer versions of the PEF7071 ethernet X-Git-Tag: v18.06.0-rc1~2807 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bbb27b1b220bfed79ca2775d1ba625aec9ffa1ad;p=openwrt%2Fstaging%2Fxback.git 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 --- diff --git a/package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch b/package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch index 08133bb08f..8f3557680a 100644 --- a/package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch +++ b/package/boot/uboot-lantiq/patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch @@ -7257,7 +7257,7 @@ Signed-off-by: Daniel Schwierzeck +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,