uboot-kirkwood: refresh patches
[openwrt/staging/chunkeey.git] / package / boot / uboot-kirkwood / patches / 701-phy-mv88e61xx-add-support-for-RGMII-TX-RX-delay.patch
index 6e358857b7f089ff75355216f4e188ebcfbb21cd..66550f91fa351fe604f07a7a7dd02e7762155d63 100644 (file)
@@ -17,8 +17,6 @@ Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
  drivers/net/phy/mv88e61xx.c | 11 ++++++++++-
  1 file changed, 10 insertions(+), 1 deletion(-)
 
-diff --git a/drivers/net/phy/mv88e61xx.c b/drivers/net/phy/mv88e61xx.c
-index 5aff7ed397..889327639d 100644
 --- a/drivers/net/phy/mv88e61xx.c
 +++ b/drivers/net/phy/mv88e61xx.c
 @@ -94,6 +94,8 @@
@@ -30,7 +28,7 @@ index 5aff7ed397..889327639d 100644
  #define PORT_REG_PHYS_CTRL_PCS_AN_EN  BIT(10)
  #define PORT_REG_PHYS_CTRL_PCS_AN_RST BIT(9)
  #define PORT_REG_PHYS_CTRL_FC_VALUE   BIT(7)
-@@ -747,9 +749,16 @@ static int mv88e61xx_fixed_port_setup(struct phy_device *phydev, u8 port)
+@@ -747,9 +749,16 @@ static int mv88e61xx_fixed_port_setup(st
                       PORT_REG_PHYS_CTRL_SPD1000;
        }
  
@@ -48,6 +46,3 @@ index 5aff7ed397..889327639d 100644
  
        return mv88e61xx_port_write(phydev, port, PORT_REG_PHYS_CTRL,
                                   val);
--- 
-2.20.1
-