diff mbox series

[U-Boot,v3,5/7] ARM: dts: k2g-evm: remove unused phy-mode property from phy node

Message ID 20190221170207.17808-6-m-karicheri2@ti.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Add netcp networking support on K2G ICE EVM | expand

Commit Message

Murali Karicheri Feb. 21, 2019, 5:02 p.m. UTC
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>
---
 arch/arm/dts/keystone-k2g-evm.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Joe Hershberger Feb. 25, 2019, 6:36 p.m. UTC | #1
On Thu, Feb 21, 2019 at 11:01 AM Murali Karicheri <m-karicheri2@ti.com> wrote:
>
> 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>
Tom Rini April 12, 2019, 4:29 p.m. UTC | #2
On Thu, Feb 21, 2019 at 12:02:05PM -0500, Murali Karicheri wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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";
 	};
 };