Patch "ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy" has been added to the 5.8-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy

to the 5.8-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-imx7d-zii-rmu2-fix-rgmii-phy-mode-for-ksz903.patch
and it can be found in the queue-5.8 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 5a8a184759343937ea86c65fa436b2c8d2069e09
Author: Chris Healy <cphealy@xxxxxxxxx>
Date:   Sat Aug 22 19:25:05 2020 -0700

    ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy
    
    [ Upstream commit 5cbb80d5236b47b149da292b86d5fc99a680894b ]
    
    Since commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
    KSZ9031 PHY") the networking is broken on the imx7d-zii-rmu2 board.
    
    The end result is that network receive behaviour is marginal with lots of
    RX CRC errors experienced and NFS frequently failing.
    
    Quoting the explanation from Andrew Lunn in commit 0672d22a19244
    ("ARM: dts: imx: Fix the AR803X phy-mode"):
    
    "The problem here is, all the DTs were broken since day 0. However,
    because the PHY driver was also broken, nobody noticed and it
    worked. Now that the PHY driver has been fixed, all the bugs in the
    DTs now become an issue"
    
    Fix it by switching to phy-mode = "rgmii-id".
    
    Fixes: bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the KSZ9031 PHY")
    Signed-off-by: Chris Healy <cphealy@xxxxxxxxx>
    Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/imx7d-zii-rmu2.dts b/arch/arm/boot/dts/imx7d-zii-rmu2.dts
index e5e20b07f184b..7cb6153fc650b 100644
--- a/arch/arm/boot/dts/imx7d-zii-rmu2.dts
+++ b/arch/arm/boot/dts/imx7d-zii-rmu2.dts
@@ -58,7 +58,7 @@
 			  <&clks IMX7D_ENET1_TIME_ROOT_CLK>;
 	assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
 	assigned-clock-rates = <0>, <100000000>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	phy-handle = <&fec1_phy>;
 	status = "okay";
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux