]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2
authorFabio Estevam <festevam@gmail.com>
Mon, 13 Jul 2020 14:23:25 +0000 (11:23 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 Jul 2020 02:24:35 +0000 (10:24 +0800)
Commit 6484489d55cc ("ARM: dts: imx: Fix the AR803X phy-mode") fixed the
phy-mode for fec1, but missed to fix it for the fec2 node.

Fix fec2 to also use "rgmii-id" as the phy-mode.

Cc: <stable@vger.kernel.org>
Fixes: 6484489d55cc ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sx-sabreauto.dts

index 825924448ab4a2ebbc029bc2f04f5aeb382fc1b0..14fd1de52a68699b65f6393f49a5b976a50e1e86 100644 (file)
@@ -99,7 +99,7 @@
 &fec2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet2>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&ethphy0>;
        fsl,magic-packet;
        status = "okay";