public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] OMAP5: Enable USB Ethernet support with LAN9730
@ 2013-04-01 14:50 Lubomir Popov
  2013-05-15 12:48 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Lubomir Popov @ 2013-04-01 14:50 UTC (permalink / raw)
  To: u-boot

Added the LAN9730 to list of supported devices. This chip is used
in the sEVM, uEVM and som5_evb. Tested on the som5_evb with dhcp
and ping.

Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>

---

NOTE: For things to work, 'usb start' must be executed first, and
we must have the Ethernet device found. Otherwise any Ethernet
command shall cause a Data Abort (to be fixed ;) ).

 drivers/usb/eth/smsc95xx.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index fd8f8a7..685702e 100644
--- a/drivers/usb/eth/smsc95xx.c
+++ b/drivers/usb/eth/smsc95xx.c
@@ -798,6 +798,7 @@ struct smsc95xx_dongle {
 static const struct smsc95xx_dongle smsc95xx_dongles[] = {
 	{ 0x0424, 0xec00 },	/* LAN9512/LAN9514 Ethernet */
 	{ 0x0424, 0x9500 },	/* LAN9500 Ethernet */
+	{ 0x0424, 0x9730 },	/* LAN9730 Ethernet (HSIC) */
 	{ 0x0000, 0x0000 }	/* END - Do not remove */
 };
 
-- 
1.7.9.5

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

* [U-Boot] OMAP5: Enable USB Ethernet support with LAN9730
  2013-04-01 14:50 [U-Boot] [PATCH] OMAP5: Enable USB Ethernet support with LAN9730 Lubomir Popov
@ 2013-05-15 12:48 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2013-05-15 12:48 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 01, 2013 at 04:50:55AM -0000, Lubomir Popov wrote:

> Added the LAN9730 to list of supported devices. This chip is used
> in the sEVM, uEVM and som5_evb. Tested on the som5_evb with dhcp
> and ping.
> 
> Signed-off-by: Lubomir Popov <lpopov@mm-sol.com>

Applied to u-boot/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/20130515/90b53ab7/attachment.pgp>

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

end of thread, other threads:[~2013-05-15 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 14:50 [U-Boot] [PATCH] OMAP5: Enable USB Ethernet support with LAN9730 Lubomir Popov
2013-05-15 12:48 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox