aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-20 14:25:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-20 14:25:45 +0000
commit814d70b2fdabec79c75b41460c10b5a63cc20b59 (patch)
treed48e98f6aec115745d7e6881e59a3d2f17f05152 /target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c
parentde50527a3804810213134cc19fcd9e0b8f3f8709 (diff)
downloadupstream-814d70b2fdabec79c75b41460c10b5a63cc20b59.tar.gz
upstream-814d70b2fdabec79c75b41460c10b5a63cc20b59.tar.bz2
upstream-814d70b2fdabec79c75b41460c10b5a63cc20b59.zip
ar8216: rework/fix AR8337 MAC swap handling
In r45970 the MAC swap handling was made opt-in, however some boards have been forgotten during the conversion. Since the reference design uses this MAC swapping, and pretty much all known boards using this chip seem to do so too, enabling the swapping is a more reasonable default than leaving it disabled. Change the code to still allow boards to opt-out of this. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47956
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c
index d2bc177d73..2a34b3a2e9 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-esr1750.c
@@ -97,7 +97,6 @@ static struct ar8327_pad_cfg esr1750_ar8327_pad0_cfg = {
.rxclk_delay_en = true,
.txclk_delay_sel = AR8327_CLK_DELAY_SEL2,
.rxclk_delay_sel = AR8327_CLK_DELAY_SEL2,
- .mac06_exchange_en = true,
};
static struct ar8327_platform_data esr1750_ar8327_data = {