[source] ar71xx: fix ethernet on wpj344 board

LEDE Commits lede-commits at lists.infradead.org
Mon Oct 31 04:53:01 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/7cb82d4b701021e6c6b7dd81b082cc698837dbbc

commit 7cb82d4b701021e6c6b7dd81b082cc698837dbbc
Author: Christian Mehlis <christian at m3hlis.de>
AuthorDate: Fri Oct 28 14:56:13 2016 +0200

    ar71xx: fix ethernet on wpj344 board
    
    In 814d70b2 the member mac06_exchange_en of struct
    ar8327_pad_cfg was changed to mac06_exchange_dis,
    but wpj344 was not adopted to stay in sync.
    
    Signed-off-by: Christian Mehlis <christian at m3hlis.de>
    Reported-by: Nick Dennis <ndennis at rapiduswireless.com>
---
 target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c
index 3ca94dc..b3e2d06 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wpj344.c
@@ -98,6 +98,7 @@ static struct ar8327_pad_cfg wpj344_ar8327_pad0_cfg = {
 	.rxclk_delay_en = true,
 	.txclk_delay_sel = AR8327_CLK_DELAY_SEL1,
 	.rxclk_delay_sel = AR8327_CLK_DELAY_SEL2,
+	.mac06_exchange_dis = true,
 };
 
 static struct ar8327_led_cfg wpj344_ar8327_led_cfg = {



More information about the lede-commits mailing list