[source] uboot-lantiq: Support newer versions of the PEF7071 ethernet

LEDE Commits lede-commits at lists.infradead.org
Wed May 31 00:55:14 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/bbb27b1b220bfed79ca2775d1ba625aec9ffa1ad

commit bbb27b1b220bfed79ca2775d1ba625aec9ffa1ad
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Fri May 26 11:12:19 2017 +0200

    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 at dev.tdt.de>
---
 .../patches/0014-MIPS-add-support-for-Lantiq-XWAY-SoCs.patch            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 08133bb..8f35576 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 <daniel.schwierzeck at 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,



More information about the lede-commits mailing list