kernel: add SFP support for Methode DM7052 NBASE-T module

Add support for Methode DM7052 NBASE-T module to OpenWRT. These
patches are taken from my "phy" branch, and will be sent for the
next kernel merge window.

Signed-off-by: Russell King <linux@armlinux.org.uk>
[jonas.gorski: move patches to pending, refresh patches]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
Russell King
2019-11-27 11:45:30 +00:00
committed by Jonas Gorski
parent 1c16b574c4
commit a1358fc7ae
18 changed files with 1936 additions and 4 deletions

View File

@@ -192,6 +192,23 @@ endef
$(eval $(call KernelPackage,phy-broadcom))
define KernelPackage/phy-bcm84881
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Broadcom BCM84881 PHY driver
KCONFIG:=CONFIG_BCM84881_PHY
DEPENDS:=+kmod-libphy
FILES:=$(LINUX_DIR)/drivers/net/phy/bcm84881.ko
AUTOLOAD:=$(call AutoLoad,18,bcm84881,1)
endef
define KernelPackage/phy-bcm84881/description
Supports the Broadcom 84881 PHY.
endef
$(eval $(call KernelPackage,phy-bcm84881))
define KernelPackage/phy-realtek
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Realtek Ethernet PHY driver