ar71xx: Remove TX/RX delay from pll_1000 for OM5P-AN
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-om5p.c
index 272e410..298e80c 100644 (file)
@@ -202,7 +202,7 @@ static void __init om5p_an_setup(void)
        ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
        ath79_eth0_data.mii_bus_dev = &ath79_mdio0_device.dev;
        ath79_eth0_data.phy_mask = BIT(7);
-       ath79_eth0_pll_data.pll_1000 = 0x1a000000;
+       ath79_eth0_pll_data.pll_1000 = 0x02000000;
        ath79_eth0_pll_data.pll_100 = 0x00000101;
        ath79_eth0_pll_data.pll_10 = 0x00001313;
        ath79_register_eth(0);