]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
OMAP5: Enable USB Ethernet support with LAN9730
authorLubomir Popov <lpopov@mm-sol.com>
Mon, 1 Apr 2013 04:50:55 +0000 (04:50 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:58 +0000 (15:37 -0400)
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>
drivers/usb/eth/smsc95xx.c

index fd8f8a760670f80872fe73cabcb2c35700748489..685702e8e2b203980e8c06ff1fb4df5da908e00e 100644 (file)
@@ -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 */
 };