Skip to content

Commit d36f260

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2
Commit 0672d22 ("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: 0672d22 ("ARM: dts: imx: Fix the AR803X phy-mode") Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c696afd commit d36f260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6sx-sabreauto.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
&fec2 {
100100
pinctrl-names = "default";
101101
pinctrl-0 = <&pinctrl_enet2>;
102-
phy-mode = "rgmii";
102+
phy-mode = "rgmii-id";
103103
phy-handle = <&ethphy0>;
104104
fsl,magic-packet;
105105
status = "okay";

0 commit comments

Comments
 (0)