aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-10 17:19:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-10 17:19:34 +0000
commit826cfa577349b50bbc169fa242d4de81501017ad (patch)
tree7a5c5ab256b89e5ae06fc1bcaa2993f9a82d968b /target/linux/ar71xx/files/arch/mips/ath79
parent6c40914c0c637ee27ab513e734ef63e5a532cdb1 (diff)
downloadupstream-826cfa577349b50bbc169fa242d4de81501017ad.tar.gz
upstream-826cfa577349b50bbc169fa242d4de81501017ad.tar.bz2
upstream-826cfa577349b50bbc169fa242d4de81501017ad.zip
ar71xx: fix ap152 support
- ethernet gigabit pll - switch configuration - sysupgrade Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 48187
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c
index a1eb06b984..e669325f50 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c
@@ -132,7 +132,6 @@ static void __init ap152_setup(void)
ath79_eth0_data.duplex = DUPLEX_FULL;
ath79_eth0_data.phy_mask = BIT(0);
ath79_eth0_data.mii_bus_dev = &ath79_mdio0_device.dev;
- ath79_eth0_pll_data.pll_1000 = 0x06000000;
ath79_register_eth(0);
}