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

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

Commit bcf3440c6dd7 ("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: cbd54fe0b2bc ("ARM: dts: imx6dl-udoo: Add board support based off imx6q-udoo")
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Sergey Matyukevich and committed by
Shawn Guo
7dd8f0ba e402599e

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-udoo.dtsi
··· 98 98 &fec { 99 99 pinctrl-names = "default"; 100 100 pinctrl-0 = <&pinctrl_enet>; 101 - phy-mode = "rgmii"; 101 + phy-mode = "rgmii-id"; 102 102 status = "okay"; 103 103 }; 104 104