From 11d5b803fb1d93d9e1b337e0a36e8bd12539b432 Mon Sep 17 00:00:00 2001 From: sbwml Date: Sat, 16 Mar 2024 22:15:29 +0800 Subject: [PATCH] rockchip: patches-6.6: refresh patches --- ...y-realtek-RTL8211-add-LED-configuration-from-OF.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/patches-6.6/102-net-phy-realtek-RTL8211-add-LED-configuration-from-OF.patch b/patches-6.6/102-net-phy-realtek-RTL8211-add-LED-configuration-from-OF.patch index 47409de..c748fe7 100644 --- a/patches-6.6/102-net-phy-realtek-RTL8211-add-LED-configuration-from-OF.patch +++ b/patches-6.6/102-net-phy-realtek-RTL8211-add-LED-configuration-from-OF.patch @@ -7,8 +7,6 @@ Subject: [PATCH] net: phy: realtek: add LED configuration from OF for 8211f drivers/net/phy/realtek.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) -diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c -index 337899c69..6d3b30473 100644 --- a/drivers/net/phy/realtek.c +++ b/drivers/net/phy/realtek.c @@ -28,6 +28,8 @@ @@ -20,7 +18,7 @@ index 337899c69..6d3b30473 100644 #define RTL8211F_PHYCR1 0x18 #define RTL8211F_PHYCR2 0x19 #define RTL8211F_INSR 0x1d -@@ -347,6 +349,7 @@ static int rtl8211f_config_init(struct phy_device *phydev) +@@ -357,6 +359,7 @@ static int rtl8211f_config_init(struct p struct rtl821x_priv *priv = phydev->priv; struct device *dev = &phydev->mdio.dev; u16 val_txdly, val_rxdly; @@ -28,7 +26,7 @@ index 337899c69..6d3b30473 100644 int ret; ret = phy_modify_paged_changed(phydev, 0xa43, RTL8211F_PHYCR1, -@@ -422,6 +425,15 @@ static int rtl8211f_config_init(struct phy_device *phydev) +@@ -432,6 +435,15 @@ static int rtl8211f_config_init(struct p return ret; } @@ -44,6 +42,3 @@ index 337899c69..6d3b30473 100644 return genphy_soft_reset(phydev); } --- -2.42.0 -