mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-01 19:21:46 +00:00
mediatek: update pending SoC Ethernet PHY driver
Update driver for MediaTek's built-in Gigabit Ethernet PHYs which can be found in the MT7981 and MT7988 SoCs. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
958fdf36e3
commit
987a0b2b30
@ -25,7 +25,7 @@ Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
|
|||||||
|
|
||||||
--- a/MAINTAINERS
|
--- a/MAINTAINERS
|
||||||
+++ b/MAINTAINERS
|
+++ b/MAINTAINERS
|
||||||
@@ -17538,6 +17538,14 @@ T: git git://linuxtv.org/media_tree.git
|
@@ -17541,6 +17541,14 @@ T: git git://linuxtv.org/media_tree.git
|
||||||
F: Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
|
F: Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
|
||||||
F: drivers/media/i2c/imx412.c
|
F: drivers/media/i2c/imx412.c
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
|
|||||||
+...
|
+...
|
||||||
--- a/MAINTAINERS
|
--- a/MAINTAINERS
|
||||||
+++ b/MAINTAINERS
|
+++ b/MAINTAINERS
|
||||||
@@ -17552,6 +17552,7 @@ M: Raspberry Pi Kernel Maintenance <kern
|
@@ -17555,6 +17555,7 @@ M: Raspberry Pi Kernel Maintenance <kern
|
||||||
L: linux-media@vger.kernel.org
|
L: linux-media@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
T: git git://linuxtv.org/media_tree.git
|
T: git git://linuxtv.org/media_tree.git
|
||||||
|
@ -132,7 +132,7 @@ Signed-off-by: Lee Jackson <info@arducam.com>
|
|||||||
+...
|
+...
|
||||||
--- a/MAINTAINERS
|
--- a/MAINTAINERS
|
||||||
+++ b/MAINTAINERS
|
+++ b/MAINTAINERS
|
||||||
@@ -17556,6 +17556,14 @@ F: Documentation/devicetree/bindings/med
|
@@ -17559,6 +17559,14 @@ F: Documentation/devicetree/bindings/med
|
||||||
F: Documentation/devicetree/bindings/media/i2c/imx477.yaml
|
F: Documentation/devicetree/bindings/media/i2c/imx477.yaml
|
||||||
F: drivers/media/i2c/imx477.c
|
F: drivers/media/i2c/imx477.c
|
||||||
|
|
||||||
|
1263
target/linux/mediatek/files-5.15/drivers/net/phy/mediatek-ge-soc.c
Normal file
1263
target/linux/mediatek/files-5.15/drivers/net/phy/mediatek-ge-soc.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -205,7 +205,7 @@ CONFIG_MDIO_BUS=y
|
|||||||
CONFIG_MDIO_DEVICE=y
|
CONFIG_MDIO_DEVICE=y
|
||||||
CONFIG_MDIO_DEVRES=y
|
CONFIG_MDIO_DEVRES=y
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
CONFIG_MEDIATEK_GE_PHY=y
|
||||||
CONFIG_MEDIATEK_GE_PHY_SOC=y
|
CONFIG_MEDIATEK_GE_SOC_PHY=y
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
CONFIG_MEDIATEK_WATCHDOG=y
|
||||||
CONFIG_MEMFD_CREATE=y
|
CONFIG_MEMFD_CREATE=y
|
||||||
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
||||||
|
@ -226,7 +226,7 @@ CONFIG_MDIO_BUS=y
|
|||||||
CONFIG_MDIO_DEVICE=y
|
CONFIG_MDIO_DEVICE=y
|
||||||
CONFIG_MDIO_DEVRES=y
|
CONFIG_MDIO_DEVRES=y
|
||||||
CONFIG_MEDIATEK_GE_PHY=y
|
CONFIG_MEDIATEK_GE_PHY=y
|
||||||
# CONFIG_MEDIATEK_GE_PHY_SOC is not set
|
# CONFIG_MEDIATEK_GE_SOC_PHY is not set
|
||||||
CONFIG_MEDIATEK_WATCHDOG=y
|
CONFIG_MEDIATEK_WATCHDOG=y
|
||||||
CONFIG_MEMFD_CREATE=y
|
CONFIG_MEMFD_CREATE=y
|
||||||
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user