mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 20:18:54 -04:00
net: Add SMSC89128 support
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Cc: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
348de314be
commit
af5de5d772
@ -384,6 +384,7 @@ static inline void smc911x_reg_write(struct eth_device *dev,
|
|||||||
#define WUCSR_MPEN 0x00000002
|
#define WUCSR_MPEN 0x00000002
|
||||||
|
|
||||||
/* Chip ID values */
|
/* Chip ID values */
|
||||||
|
#define CHIP_89218 0x218a
|
||||||
#define CHIP_9115 0x115
|
#define CHIP_9115 0x115
|
||||||
#define CHIP_9116 0x116
|
#define CHIP_9116 0x116
|
||||||
#define CHIP_9117 0x117
|
#define CHIP_9117 0x117
|
||||||
@ -402,6 +403,7 @@ struct chip_id {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct chip_id chip_ids[] = {
|
static const struct chip_id chip_ids[] = {
|
||||||
|
{ CHIP_89218, "LAN89218" },
|
||||||
{ CHIP_9115, "LAN9115" },
|
{ CHIP_9115, "LAN9115" },
|
||||||
{ CHIP_9116, "LAN9116" },
|
{ CHIP_9116, "LAN9116" },
|
||||||
{ CHIP_9117, "LAN9117" },
|
{ CHIP_9117, "LAN9117" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user