Commit b9274613114a80e460351efa703a018386a6660f

Authored by Fabio Estevam
Committed by Greg Kroah-Hartman
1 parent c4738c67a5

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

commit c696afd331be1acb39206aba53048f2386b781fc 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-sdb.dtsi
... ... @@ -213,7 +213,7 @@
213 213 &fec2 {
214 214 pinctrl-names = "default";
215 215 pinctrl-0 = <&pinctrl_enet2>;
216   - phy-mode = "rgmii";
  216 + phy-mode = "rgmii-id";
217 217 phy-handle = <&ethphy2>;
218 218 status = "okay";
219 219 };