ar71xx: rb91x: fix pll_1000 value for eth0 to avoid packet loss
[openwrt/staging/hauke.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-rb91x.c
index 65d9ee5b9d019938155273f8679ff0cfd667b225..3cbffed2918e77eee9410d28ba01072ffe951d96 100644 (file)
@@ -156,6 +156,7 @@ static void __init rb711gr100_setup(void)
        ath79_init_mac(ath79_eth0_data.mac_addr, ath79_mac_base, 0);
        ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
        ath79_eth0_data.phy_mask = BIT(0);
+       ath79_eth0_pll_data.pll_1000 = 0x02000000;
 
        ath79_register_eth(0);