]> Git Repo - linux.git/commitdiff
arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy
authorSergey Matyukevich <[email protected]>
Sat, 24 Oct 2020 20:11:20 +0000 (23:11 +0300)
committerShawn Guo <[email protected]>
Sun, 1 Nov 2020 23:51:24 +0000 (07:51 +0800)
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 <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/imx6qdl-udoo.dtsi

index 828dd20cd27d257d56e5a9fdc45093a943194a89..d07d8f83456d241a288be60ce729579b9dded12f 100644 (file)
@@ -98,7 +98,7 @@
 &fec {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        status = "okay";
 };
 
This page took 0.064084 seconds and 4 git commands to generate.