Commit 4e4f4cd1fe0b62a27fd4e8c5854f867e402cc5d7

Authored by Eric Lee
1 parent 44d379cf3d

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
... ... @@ -297,7 +297,7 @@
297 297  
298 298 ethphy0: ethernet-phy@0 {
299 299 compatible = "ethernet-phy-ieee802.3-c22";
300   - reg = <0>;
  300 + reg = <1>;
301 301 at803x,led-act-blind-workaround;
302 302 at803x,eee-disabled;
303 303 };
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 /*