All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet
@ 2016-08-31 11:52 Mugunthan V N
  2016-08-31 12:04 ` Tom Rini
  2016-09-06 16:58 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Mugunthan V N @ 2016-08-31 11:52 UTC (permalink / raw)
  To: u-boot

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 <mugunthanvnm@ti.com>
Cc: Vignesh R <vigneshr@ti.com>
---
 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 = <&pcf_gpio_21 4 GPIO_ACTIVE_HIGH>;
 };
 
-&cpsw_emac1 {
+&cpsw_emac0 {
 	phy_id = <&davinci_mdio>, <3>;
 	phy-mode = "rgmii";
 };
-- 
2.10.0.rc1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet
  2016-08-31 11:52 [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet Mugunthan V N
@ 2016-08-31 12:04 ` Tom Rini
  2016-09-06 16:58 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-08-31 12:04 UTC (permalink / raw)
  To: u-boot

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 <mugunthanvnm@ti.com>
> Cc: Vignesh R <vigneshr@ti.com>

Tested-by: Tom Rini <trini@konsulko.com>

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

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160831/d4698448/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] ARM: dts: dra72-evm: fix broken ethernet
  2016-08-31 11:52 [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet Mugunthan V N
  2016-08-31 12:04 ` Tom Rini
@ 2016-09-06 16:58 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-09-06 16:58 UTC (permalink / raw)
  To: u-boot

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 <mugunthanvnm@ti.com>
> Cc: Vignesh R <vigneshr@ti.com>
> Tested-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160906/4fc42e63/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-06 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 11:52 [U-Boot] [PATCH] ARM: dts: dra72-evm: fix broken ethernet Mugunthan V N
2016-08-31 12:04 ` Tom Rini
2016-09-06 16:58 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.