OSDN Git Service

ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmii
authorPhilippe Schenker <philippe.schenker@toradex.com>
Wed, 25 Mar 2020 17:34:25 +0000 (18:34 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 04:44:26 +0000 (21:44 -0700)
Until now a PHY-fixup in mach-imx set our rgmii timing correctly. For
the PHY KSZ9131 there is no PHY-fixup in mach-imx. To support this PHY
too, use rgmii-id.
For the now used KSZ9031 nothing will change, as rgmii-id is only
implemented and supported by the KSZ9131.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/imx6qdl-apalis.dtsi

index 1b5bc6b..347a5ed 100644 (file)
 &fec {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet>;
-       phy-mode = "rgmii";
+       phy-mode = "rgmii-id";
        phy-handle = <&ethphy>;
        phy-reset-duration = <10>;
        phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;