Skip to content
Snippets Groups Projects
Commit 2ea20efa authored by Andreas Pretzsch's avatar Andreas Pretzsch Committed by Ben Warren
Browse files

smc911x: add support for LAN9221

parent 7168eba7
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,7 @@ static inline void smc911x_reg_write(u32 addr, u32 val)
#define CHIP_9216 0x116a
#define CHIP_9217 0x117a
#define CHIP_9218 0x118a
#define CHIP_9221 0x9221
struct chip_id {
u16 id;
......@@ -398,6 +399,7 @@ static const struct chip_id chip_ids[] = {
{ CHIP_9216, "LAN9216" },
{ CHIP_9217, "LAN9217" },
{ CHIP_9218, "LAN9218" },
{ CHIP_9221, "LAN9221" },
{ 0, NULL },
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment