From 0389a24a7395d3b2f14b9b656e355639597c7e39 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Mon, 9 Sep 2024 08:09:46 -0400 Subject: [PATCH] realtek: 6.6: refresh patch add-rtl-phy No content changes. Only take over the new patch locations. All errors that wil arise from compiling with the phy driver will be covered by follow up patches. Signed-off-by: Markus Stockhausen --- target/linux/realtek/patches-6.6/720-add-rtl-phy.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch b/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch index c6f8e6508b..78a57f0a3e 100644 --- a/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch +++ b/target/linux/realtek/patches-6.6/720-add-rtl-phy.patch @@ -14,7 +14,7 @@ Submitted-by: Birger Koblitz --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -354,6 +354,12 @@ config REALTEK_PHY +@@ -410,6 +410,12 @@ config REALTEK_PHY help Supports the Realtek 821x PHY. @@ -29,8 +29,8 @@ Submitted-by: Birger Koblitz help --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile -@@ -89,6 +89,7 @@ obj-$(CONFIG_NXP_C45_TJA11XX_PHY) += nxp - obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja11xx.o +@@ -100,6 +100,7 @@ obj-$(CONFIG_NXP_TJA11XX_PHY) += nxp-tja + obj-y += qcom/ obj-$(CONFIG_QSEMI_PHY) += qsemi.o obj-$(CONFIG_REALTEK_PHY) += realtek.o +obj-$(CONFIG_REALTEK_SOC_PHY) += rtl83xx-phy.o -- 2.30.2