Last active
April 11, 2019 13:34
-
-
Save lukateras/1b80c15912e72cad62b8d83c81c0eebd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c | |
index 33c4f53133..c4cf5f12a8 100644 | |
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c | |
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c | |
@@ -266,6 +266,7 @@ static void __init rb951g_setup(void) | |
return; | |
ath79_setup_ar934x_eth_cfg(AR934X_ETH_CFG_RGMII_GMAC0 | | |
+ AR934X_ETH_CFG_RXD_DELAY | | |
AR934X_ETH_CFG_SW_ONLY_MODE); | |
ath79_register_mdio(0, 0x0); | |
@@ -276,6 +277,7 @@ static void __init rb951g_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 = 0x6f000000; | |
ath79_register_eth(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment