Commit 437727199bf07f2c77d8b6bbca7eabe7621994d7

Authored by Eric Lee
1 parent 98ddf53240

Make changes to hardware revision 00F0: Replace Ethernet PHY by RTL8211FD-CG

Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff

arch/arm/dts/fsl-smarcimx8mq.dts
... ... @@ -326,7 +326,7 @@
326 326  
327 327 ethphy0: ethernet-phy@0 {
328 328 compatible = "ethernet-phy-ieee802.3-c22";
329   - reg = <6>;
  329 + reg = <1>;
330 330 at803x,led-act-blind-workaround;
331 331 at803x,eee-disabled;
332 332 };
include/configs/smarcimx8mq.h
... ... @@ -86,14 +86,14 @@
86 86  
87 87 #define CONFIG_FEC_MXC
88 88 #define CONFIG_FEC_XCV_TYPE RGMII
89   -#define CONFIG_FEC_MXC_PHYADDR 6
  89 +#define CONFIG_FEC_MXC_PHYADDR 1
90 90 #define FEC_QUIRK_ENET_MAC
91 91  
92 92 #define CONFIG_PHY_GIGE
93 93 #define IMX_FEC_BASE 0x30BE0000
94 94  
95 95 #define CONFIG_PHYLIB
96   -#define CONFIG_PHY_ATHEROS
  96 +#define CONFIG_PHY_REALTEK
97 97 #endif
98 98  
99 99 /*