Commit e5336ae19bce8086f2c9b2028e167d8afd90d173

Authored by Eric Lee
1 parent f3001a034d

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
... ... @@ -299,7 +299,7 @@
299 299  
300 300 ethphy0: ethernet-phy@0 {
301 301 compatible = "ethernet-phy-ieee802.3-c22";
302   - reg = <6>;
  302 + reg = <1>;
303 303 at803x,led-act-blind-workaround;
304 304 at803x,eee-disabled;
305 305 };
include/configs/smarcimx8mq.h
... ... @@ -91,14 +91,14 @@
91 91  
92 92 #define CONFIG_FEC_MXC
93 93 #define CONFIG_FEC_XCV_TYPE RGMII
94   -#define CONFIG_FEC_MXC_PHYADDR 6
  94 +#define CONFIG_FEC_MXC_PHYADDR 1
95 95 #define FEC_QUIRK_ENET_MAC
96 96  
97 97 #define CONFIG_PHY_GIGE
98 98 #define IMX_FEC_BASE 0x30BE0000
99 99  
100 100 #define CONFIG_PHYLIB
101   -#define CONFIG_PHY_ATHEROS
  101 +#define CONFIG_PHY_REALTEK
102 102 #endif
103 103  
104 104 /*