summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLubomir Popov <lpopov@mm-sol.com>2013-04-01 04:50:55 +0000
committerTom Rini <trini@ti.com>2013-05-14 15:37:58 -0400
commite7dcecea9b3b53b6ef04d225281def6504fd893b (patch)
treeaa0e7c224a65672d9ae41aac7492dd72e9fa7ddb /drivers
parentcce717a96c5840b0cf33e30c87fb1f2b8d633ee3 (diff)
OMAP5: Enable USB Ethernet support with LAN9730
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/eth/smsc95xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/eth/smsc95xx.c b/drivers/usb/eth/smsc95xx.c
index fd8f8a7606..685702e8e2 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 */
};