rockchip: patches-6.6: refresh patches

This commit is contained in:
sbwml 2024-03-16 22:15:29 +08:00
parent ee8ccdf1dd
commit 11d5b803fb

View File

@ -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