aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-09-28 22:55:08 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2023-10-05 14:03:17 +0200
commit130d5056c189454ebeec4fe91bc04da050431238 (patch)
tree40679fb6bfc738c6a04660fe747c6c0fac0130db /target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
parent2a457dcd7292d9995f8672bc12d70e8a7267021a (diff)
downloadupstream-130d5056c189454ebeec4fe91bc04da050431238.tar.gz
upstream-130d5056c189454ebeec4fe91bc04da050431238.tar.bz2
upstream-130d5056c189454ebeec4fe91bc04da050431238.zip
generic: add patch for GPON-ONU-34-20BI quirk
Backport patch merged upstream adding quirk for SFP GPON-ONU-34-20BI. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit 86dadeba482e2ed41f1ccc95fc7739d85a5709c0)
Diffstat (limited to 'target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch')
-rw-r--r--target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
index 1e203a2925..53ec0fa1da 100644
--- a/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
+++ b/target/linux/realtek/patches-5.15/712-net-phy-sfp-add-support-for-SMBus.patch
@@ -10,7 +10,7 @@ Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
-@@ -549,32 +549,72 @@ static int sfp_i2c_write(struct sfp *sfp
+@@ -556,32 +556,72 @@ static int sfp_i2c_write(struct sfp *sfp
return ret == ARRAY_SIZE(msgs) ? len : 0;
}