mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-20 19:32:37 +01:00
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>
This commit is contained in:
parent
cce717a96c
commit
e7dcecea9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue