[][kernel][common][eth][Add Airoha EN8811H v1.1.3 2.5G PHY driver]

[Description]
Add Airoha EN8811H v1.1.3 2.5G PHY driver.

Please be reminded that EthMD32.dm.bin and EthMD32.DSP.bin firmwares
should be copied to /$ROOTFS/lib/firmware directory.

If without this driver, kernel cannot load corresponding PHY driver
for Airoha EN8811H.

[Release-log]
N/A


Change-Id: Ia09e0ebfd7b3716f56bca8a3b67a88b79a269378
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7038649
diff --git a/target/linux/mediatek/patches-5.4/745-en8801sc-gphy-support.patch b/target/linux/mediatek/patches-5.4/745-en8801sc-gphy-support.patch
index 38d6d4c..9156cb4 100644
--- a/target/linux/mediatek/patches-5.4/745-en8801sc-gphy-support.patch
+++ b/target/linux/mediatek/patches-5.4/745-en8801sc-gphy-support.patch
@@ -635,11 +635,10 @@
 ===================================================================
 --- a/drivers/net/phy/Makefile
 +++ b/drivers/net/phy/Makefile
-@@ -68,6 +68,7 @@ ifdef CONFIG_HWMON
+@@ -68,5 +68,6 @@ ifdef CONFIG_HWMON
  aquantia-objs			+= aquantia_hwmon.o
  endif
- obj-$(CONFIG_AIROHA_EN8801S_PHY)	+= en8801s.o
 +obj-$(CONFIG_AIROHA_EN8801SC_PHY)	+= en8801sc.o
+ obj-$(CONFIG_AIROHA_EN8811H_PHY)	+= air_en8811h.o
  obj-$(CONFIG_AQUANTIA_PHY)	+= aquantia.o
  obj-$(CONFIG_AX88796B_PHY)	+= ax88796b.o
- obj-$(CONFIG_AT803X_PHY)	+= at803x.o