Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Fabio Estevam and committed by
Shawn Guo
c696afd3 7f6e8dff

+1 -1
+1 -1
arch/arm/boot/dts/imx6sx-sdb.dtsi
··· 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 };