Skip to content
Snippets Groups Projects
Commit 826cfa57 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ar71xx: fix ap152 support


- ethernet gigabit pll
- switch configuration
- sysupgrade

Signed-off-by: default avatarRoman Yeryomin <roman@advem.lv>

SVN-Revision: 48187
parent 6c40914c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ ubnt-unifi-outdoor)
;;
ap132 |\
ap152 |\
wlr8100)
ucidef_add_switch "switch0" \
"0@eth0" "2:lan" "3:lan" "4:lan" "5:lan" "1:wan"
......
......@@ -184,6 +184,7 @@ platform_check_image() {
ap136-020 | \
ap135-020 | \
ap147-010 | \
ap152 | \
ap96 | \
bxu2000n-2-a1 | \
db120 | \
......
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment