From 437727199bf07f2c77d8b6bbca7eabe7621994d7 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Fri, 1 Jul 2022 17:02:25 +0800 Subject: [PATCH] Make changes to hardware revision 00F0: Replace Ethernet PHY by RTL8211FD-CG --- arch/arm/dts/fsl-smarcimx8mq.dts | 2 +- include/configs/smarcimx8mq.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/dts/fsl-smarcimx8mq.dts b/arch/arm/dts/fsl-smarcimx8mq.dts index a780fe3..d594ec1 100644 --- a/arch/arm/dts/fsl-smarcimx8mq.dts +++ b/arch/arm/dts/fsl-smarcimx8mq.dts @@ -326,7 +326,7 @@ ethphy0: ethernet-phy@0 { compatible = "ethernet-phy-ieee802.3-c22"; - reg = <6>; + reg = <1>; at803x,led-act-blind-workaround; at803x,eee-disabled; }; diff --git a/include/configs/smarcimx8mq.h b/include/configs/smarcimx8mq.h index 3c32678..a9aa062 100644 --- a/include/configs/smarcimx8mq.h +++ b/include/configs/smarcimx8mq.h @@ -86,14 +86,14 @@ #define CONFIG_FEC_MXC #define CONFIG_FEC_XCV_TYPE RGMII -#define CONFIG_FEC_MXC_PHYADDR 6 +#define CONFIG_FEC_MXC_PHYADDR 1 #define FEC_QUIRK_ENET_MAC #define CONFIG_PHY_GIGE #define IMX_FEC_BASE 0x30BE0000 #define CONFIG_PHYLIB -#define CONFIG_PHY_ATHEROS +#define CONFIG_PHY_REALTEK #endif /* -- 1.9.1