Commit c4738c67a5696a3e91f2352b8ac881577ee7bb71

Authored by Fabio Estevam
Committed by Greg Kroah-Hartman
1 parent 3b7e4a5ba9

ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2

commit d36f260718d83928e6012247a7e1b9791cdb12ff upstream.

Commit 0672d22a1924 ("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: 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/imx6sx-sabreauto.dts
... ... @@ -99,7 +99,7 @@
99 99 &fec2 {
100 100 pinctrl-names = "default";
101 101 pinctrl-0 = <&pinctrl_enet2>;
102   - phy-mode = "rgmii";
  102 + phy-mode = "rgmii-id";
103 103 phy-handle = <&ethphy0>;
104 104 fsl,magic-packet;
105 105 status = "okay";