From 53644801c560db5f7f98e7ef9a0c7a6ad559375f Mon Sep 17 00:00:00 2001
From: Eric Lee <eric.lee@embedian.com>
Date: Thu, 9 Apr 2020 15:00:01 +0800
Subject: [PATCH] Fix Ethernet PHY address

---
 arch/arm/dts/fsl-smarcimx8mq.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/fsl-smarcimx8mq.dts b/arch/arm/dts/fsl-smarcimx8mq.dts
index 8485d5f..bbf92e6 100644
--- a/arch/arm/dts/fsl-smarcimx8mq.dts
+++ b/arch/arm/dts/fsl-smarcimx8mq.dts
@@ -298,7 +298,7 @@
 
 		ethphy0: ethernet-phy@0 {
 			compatible = "ethernet-phy-ieee802.3-c22";
-			reg = <0>;
+			reg = <6>;
 			at803x,led-act-blind-workaround;
 			at803x,eee-disabled;
 		};
-- 
1.9.1