summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-10-17 16:37:47 +0000
committerRobert Marko2024-10-17 17:31:38 +0000
commitcaf5caae44f54855b6630d90e99a3e861cf77995 (patch)
treebeccd633eaa23098cb46f701efadd74df225b0e1
parent1d98363bd20c2632a555c9661c8470d1a83c861e (diff)
downloadopenwrt-caf5caae44f54855b6630d90e99a3e861cf77995.tar.gz
lantiq: refresh patches
CI says that they need to be refreshed, so do so. Link: https://github.com/openwrt/openwrt/pull/16722 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/lantiq/patches-6.6/0023-NET-PHY-add-led-support-for-intel-xway.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-6.6/0023-NET-PHY-add-led-support-for-intel-xway.patch b/target/linux/lantiq/patches-6.6/0023-NET-PHY-add-led-support-for-intel-xway.patch
index fcc760b911..a6a517dbf6 100644
--- a/target/linux/lantiq/patches-6.6/0023-NET-PHY-add-led-support-for-intel-xway.patch
+++ b/target/linux/lantiq/patches-6.6/0023-NET-PHY-add-led-support-for-intel-xway.patch
@@ -13,8 +13,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
--- a/drivers/net/phy/intel-xway.c
+++ b/drivers/net/phy/intel-xway.c
-@@ -229,6 +229,51 @@ static int xway_gphy_rgmii_init(struct p
- XWAY_MDIO_MIICTRL_TXSKEW_MASK, val);
+@@ -278,6 +278,51 @@ static int xway_gphy_init_leds(struct ph
+ return 0;
}
+#if IS_ENABLED(CONFIG_OF_MDIO)
@@ -64,8 +64,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+
static int xway_gphy_config_init(struct phy_device *phydev)
{
- int err;
-@@ -280,6 +325,7 @@ static int xway_gphy_config_init(struct
+ struct device_node *np = phydev->mdio.dev.of_node;
+@@ -299,6 +344,7 @@ static int xway_gphy_config_init(struct
if (err)
return err;