Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9274613 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman
Browse files

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



commit c696afd331be1acb39206aba53048f2386b781fc upstream.

Commit 0672d22a ("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: 0672d22a ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4738c67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@
&fec2 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_enet2>;
	phy-mode = "rgmii";
	phy-mode = "rgmii-id";
	phy-handle = <&ethphy2>;
	status = "okay";
};