From 83558c535a14b1b6d6e876644dd5e87b8a05e114 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Jan 2016 17:19:34 +0000 Subject: ar71xx: fix ap152 support - ethernet gigabit pll - switch configuration - sysupgrade Signed-off-by: Roman Yeryomin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48187 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c') 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); } -- cgit v1.2.3