Commit 7dd8f0ba authored by Sergey Matyukevich's avatar Sergey Matyukevich Committed by Shawn Guo
Browse files

arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy



Commit bcf3440c ("net: phy: micrel: add phy-mode support for the
KSZ9031 PHY") fixed micrel phy driver adding proper support for phy
modes. Adapt imx6q-udoo board phy settings : explicitly set required
delay configuration using "rgmii-id".

Fixes: cbd54fe0 ("ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo")
Signed-off-by: default avatarSergey Matyukevich <geomatsi@gmail.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e402599e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
&fec {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_enet>;
	phy-mode = "rgmii";
	phy-mode = "rgmii-id";
	status = "okay";
};