Skip to content

Commit

Permalink
ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2
Browse files Browse the repository at this point in the history
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: <[email protected]>
Fixes: 0672d22 ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
fabioestevam authored and Shawn Guo committed Jul 20, 2020
1 parent 7f6e8df commit c696afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6sx-sdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
&fec2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet2>;
phy-mode = "rgmii";
phy-mode = "rgmii-id";
phy-handle = <&ethphy2>;
status = "okay";
};
Expand Down

0 comments on commit c696afd

Please sign in to comment.