Re: [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet

2016-08-31 Thread Tom Rini
On Wed, Aug 31, 2016 at 05:22:19PM +0530, Mugunthan V N wrote:

> With commit ceec08f50b6, phy is connected to slave 0, but
> changing the phy node was missed, fix it by populating the
> phy node to proper cpsw slave node.
> 
> Fixes: ceec08f50b6 ("ARM: dts: dra72-evm: Add mode-gpios entry for mac node")
> Signed-off-by: Mugunthan V N 
> Cc: Vignesh R 

Tested-by: Tom Rini 

Thanks for tracking this one down, I've enabled the network tests on
mine now.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet

2016-08-31 Thread Mugunthan V N
With commit ceec08f50b6, phy is connected to slave 0, but
changing the phy node was missed, fix it by populating the
phy node to proper cpsw slave node.

Fixes: ceec08f50b6 ("ARM: dts: dra72-evm: Add mode-gpios entry for mac node")
Signed-off-by: Mugunthan V N 
Cc: Vignesh R 
---
 arch/arm/dts/dra72-evm.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/dra72-evm.dts b/arch/arm/dts/dra72-evm.dts
index 4ca37fa..e7c5db2 100644
--- a/arch/arm/dts/dra72-evm.dts
+++ b/arch/arm/dts/dra72-evm.dts
@@ -591,7 +591,7 @@
mode-gpios = <_gpio_21 4 GPIO_ACTIVE_HIGH>;
 };
 
-_emac1 {
+_emac0 {
phy_id = <_mdio>, <3>;
phy-mode = "rgmii";
 };
-- 
2.10.0.rc1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot