kernel: bump 6.1 to 6.1.50
[openwrt/staging/hauke.git] / target / linux / generic / backport-6.1 / 790-v6.4-0005-net-dsa-mt7530-move-SGMII-PCS-creation-to-mt7530_pro.patch
index bbee3d22da20ab02127810190c33e3cd1eb20ec7..6c5bebdd8024df71497780443949d9c07a5f4e05 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/drivers/net/dsa/mt7530.c
 +++ b/drivers/net/dsa/mt7530.c
-@@ -3045,12 +3045,6 @@ mt753x_setup(struct dsa_switch *ds)
+@@ -3049,12 +3049,6 @@ mt753x_setup(struct dsa_switch *ds)
        if (ret && priv->irq)
                mt7530_free_irq_common(priv);
  
@@ -31,7 +31,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        return ret;
  }
  
-@@ -3167,6 +3161,7 @@ mt7530_probe(struct mdio_device *mdiodev
+@@ -3171,6 +3165,7 @@ mt7530_probe(struct mdio_device *mdiodev
        static struct regmap_config *regmap_config;
        struct mt7530_priv *priv;
        struct device_node *dn;
@@ -39,7 +39,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
  
        dn = mdiodev->dev.of_node;
  
-@@ -3259,6 +3254,12 @@ mt7530_probe(struct mdio_device *mdiodev
+@@ -3263,6 +3258,12 @@ mt7530_probe(struct mdio_device *mdiodev
        if (IS_ERR(priv->regmap))
                return PTR_ERR(priv->regmap);