[Feature][T108] [task-view-1620] modify the mac address, optimize the phy initialization process.

Only Configure: No
Affected branch: GSW_V1453
Affected module: mac phy
Self-test: yes
Doc Update: no

Change-Id: I28aa0a0eba15f7db42de6847405bb5dbccafd37b
diff --git a/marvell/linux/drivers/net/ethernet/asr/emac_eth.c b/marvell/linux/drivers/net/ethernet/asr/emac_eth.c
index ec57709..fb69678 100755
--- a/marvell/linux/drivers/net/ethernet/asr/emac_eth.c
+++ b/marvell/linux/drivers/net/ethernet/asr/emac_eth.c
@@ -3304,14 +3304,14 @@
 
 	memcpy(ndev->dev_addr, sa->sa_data, ETH_ALEN);
 	
-//#LYNQ_MODFIY modify for task-1620 2025/6/10 start
+//#LYNQ_MODFIY modify for task-1620 2025/7/7 start
 	(ndev->dev_addr)[0] = 0x2;
 	(ndev->dev_addr)[1] = 0x0;
 	(ndev->dev_addr)[2] = 0x0;
 	(ndev->dev_addr)[3] = 0x0;
-	(ndev->dev_addr)[4] = 0x10;
+	(ndev->dev_addr)[4] = 0x11;
 	(ndev->dev_addr)[5] = 0x1;
-//#LYNQ_MODFIY modify for task-1620 2025/6/10 end
+//#LYNQ_MODFIY modify for task-1620 2025/7/7 end
 
 	emac_set_mac_addr(priv, ndev->dev_addr);