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>
This commit is contained in:
parent
1d98363bd2
commit
caf5caae44
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
|
||||||
|
|
||||||
--- a/drivers/net/phy/intel-xway.c
|
--- a/drivers/net/phy/intel-xway.c
|
||||||
+++ b/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
|
@@ -278,6 +278,51 @@ static int xway_gphy_init_leds(struct ph
|
||||||
XWAY_MDIO_MIICTRL_TXSKEW_MASK, val);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
+#if IS_ENABLED(CONFIG_OF_MDIO)
|
+#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)
|
static int xway_gphy_config_init(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
int err;
|
struct device_node *np = phydev->mdio.dev.of_node;
|
||||||
@@ -280,6 +325,7 @@ static int xway_gphy_config_init(struct
|
@@ -299,6 +344,7 @@ static int xway_gphy_config_init(struct
|
||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue