mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
usb: eth: smsc95xx: add LAN9500A device ID
Add LAN9500A product ID (0x9e00) in order to support LAN9500A based dongles. Tested on cm_t335. Signed-off-by: Ilya Ledvich <ilya@compulab.co.il> Acked-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
29425be49b
commit
08ebd467c8
1 changed files with 1 additions and 0 deletions
|
@ -799,6 +799,7 @@ static const struct smsc95xx_dongle smsc95xx_dongles[] = {
|
|||
{ 0x0424, 0x9500 }, /* LAN9500 Ethernet */
|
||||
{ 0x0424, 0x9730 }, /* LAN9730 Ethernet (HSIC) */
|
||||
{ 0x0424, 0x9900 }, /* SMSC9500 USB Ethernet Device (SAL10) */
|
||||
{ 0x0424, 0x9e00 }, /* LAN9500A Ethernet */
|
||||
{ 0x0000, 0x0000 } /* END - Do not remove */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue