All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver
@ 2012-08-07 10:50 Ilya Yanok
  2012-08-07 17:09 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Yanok @ 2012-08-07 10:50 UTC (permalink / raw)
  To: u-boot

Beaglebone uses SMSC PHY which works incorrectly with generic PHY
driver so enable SMSC PHY driver to fix networking problems on
Beaglebone.

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
---
 include/configs/am335x_evm.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 69ab076..c827ebf 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -242,5 +242,6 @@
 #define CONFIG_NET_MULTI
 #define CONFIG_PHY_GIGE
 #define CONFIG_PHYLIB
+#define CONFIG_PHY_SMSC
 
 #endif	/* ! __CONFIG_AM335X_EVM_H */
-- 
1.7.9.5

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

* [U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver
  2012-08-07 10:50 [U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver Ilya Yanok
@ 2012-08-07 17:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2012-08-07 17:09 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 07, 2012 at 02:50:08PM +0400, Ilya Yanok wrote:

> Beaglebone uses SMSC PHY which works incorrectly with generic PHY
> driver so enable SMSC PHY driver to fix networking problems on
> Beaglebone.
> 
> Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>

Applied to u-boot-ti/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120807/9d818b2b/attachment.pgp>

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

end of thread, other threads:[~2012-08-07 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-07 10:50 [U-Boot] [PATCH] am335x_evm: enable SMSC PHY driver Ilya Yanok
2012-08-07 17:09 ` 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.