[][kernel][mt7988][Fix SGMII to USXGMII mode change issue for the 10G SFP+ optical module]

[Description]
Fix SGMII to USXGMII mode change issue for the 10G SFP+ optical module.

Due to the USXGMII hardware limitation, it has to make sure receiving
RX signal before calibration.
Therefore, the USXGMII driver has to reconfigure PHYA until link up with
link partner.

If without this patch, the USXGMII mignt not be able to link up with
10G SFP+ optical module.

[Release-log]
N/A


Change-Id: I76fbde6298daac3610af0b85d1d95ca0b537018e
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7465697
diff --git a/target/linux/mediatek/patches-5.4/757-net-phy-add-phylink-pcs-support.patch b/target/linux/mediatek/patches-5.4/757-net-phy-add-phylink-pcs-support.patch
index 83da92d..99e4141 100644
--- a/target/linux/mediatek/patches-5.4/757-net-phy-add-phylink-pcs-support.patch
+++ b/target/linux/mediatek/patches-5.4/757-net-phy-add-phylink-pcs-support.patch
@@ -517,6 +517,15 @@
  			val = phylink_mii_emul_read(reg, &state);
  		}
  		break;
+@@ -2010,7 +2010,7 @@ static int phylink_sfp_config(struct phylink *pl, u8 mode,
+ 
+ 	if (changed && !test_bit(PHYLINK_DISABLE_STOPPED,
+ 				 &pl->phylink_disable_state))
+-		phylink_mac_config(pl, &pl->link_config);
++		phylink_mac_initial_config(pl, false);
+ 
+ 	return ret;
+ }
 diff --git a/include/linux/phylink.h b/include/linux/phylink.h
 index 8229f56..ba0f09d 100644
 --- a/include/linux/phylink.h