Update GMAC phy address

This commit is contained in:
Stefan Mavrodiev 2018-04-25 14:48:26 +03:00
parent 20c1fb0581
commit d983ac403e

View file

@ -0,0 +1,13 @@
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 6b0ad5e..310e9bb 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -292,7 +292,7 @@ extern int soft_i2c_gpio_scl;
#endif
#ifdef CONFIG_SUN7I_GMAC
-#define CONFIG_PHY_ADDR 1
+#define CONFIG_PHY_ADDR 3
#define CONFIG_MII /* MII PHY management */
#define CONFIG_PHY_REALTEK
#endif