]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2
authorFabio Estevam <festevam@gmail.com>
Mon, 13 Jul 2020 14:23:24 +0000 (11:23 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 Jul 2020 02:24:22 +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-sdb.dtsi

index 3e5fb72f21fc88fdab791ef91eca069a33f1793d..c99aa273c2962a3e93cd6dc40a43e46821379822 100644 (file)
 &fec2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet2>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&ethphy2>;
        status = "okay";
 };