From: Murali Karicheri Date: Thu, 21 Feb 2019 17:02:05 +0000 (-0500) Subject: ARM: dts: k2g-evm: remove unused phy-mode property from phy node X-Git-Tag: v2019.07-rc1~31^2~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b186f4b1a245129779b485abdf6b108523be24be;p=oweals%2Fu-boot.git ARM: dts: k2g-evm: remove unused phy-mode property from phy node 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 Acked-by: Joe Hershberger --- diff --git a/arch/arm/dts/keystone-k2g-evm.dts b/arch/arm/dts/keystone-k2g-evm.dts index 6c9de25b94..4820c7e50d 100644 --- a/arch/arm/dts/keystone-k2g-evm.dts +++ b/arch/arm/dts/keystone-k2g-evm.dts @@ -29,7 +29,6 @@ status = "okay"; ethphy0: ethernet-phy@0 { reg = <0>; - phy-mode = "rgmii-id"; }; };