ARM: dts: k2g-evm: remove unused phy-mode property from phy node
authorMurali Karicheri <m-karicheri2@ti.com>
Thu, 21 Feb 2019 17:02:05 +0000 (12:02 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2019 12:05:46 +0000 (08:05 -0400)
This patch removes the unused phy-mode property from the phy dt node. On
K2G, currently link-interface determines if phy is used or not and is
already set to use rgmii. So this is not needed. Besides phy-mode should
be added to slave interface configuration of the cpsw driver, not in the
phy node.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
arch/arm/dts/keystone-k2g-evm.dts

index 6c9de25b9447499e1060ba5b90e941e30fd3f52f..4820c7e50da780bf0fe1a7488bd05fdee2a4ca7f 100644 (file)
@@ -29,7 +29,6 @@
        status = "okay";
        ethphy0: ethernet-phy@0 {
                reg = <0>;
-               phy-mode = "rgmii-id";
        };
 };