.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/linux/micrel_phy.h |
---|
3 | 4 | * |
---|
4 | 5 | * Micrel PHY IDs |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify it |
---|
7 | | - * under the terms of the GNU General Public License as published by the |
---|
8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
9 | | - * option) any later version. |
---|
10 | | - * |
---|
11 | 6 | */ |
---|
12 | 7 | |
---|
13 | 8 | #ifndef _MICREL_PHY_H |
---|
.. | .. |
---|
31 | 26 | #define PHY_ID_KSZ8081 0x00221560 |
---|
32 | 27 | #define PHY_ID_KSZ8061 0x00221570 |
---|
33 | 28 | #define PHY_ID_KSZ9031 0x00221620 |
---|
| 29 | +#define PHY_ID_KSZ9131 0x00221640 |
---|
| 30 | +#define PHY_ID_LAN8814 0x00221660 |
---|
34 | 31 | |
---|
35 | 32 | #define PHY_ID_KSZ886X 0x00221430 |
---|
36 | 33 | #define PHY_ID_KSZ8863 0x00221435 |
---|
37 | 34 | |
---|
38 | | -#define PHY_ID_KSZ8795 0x00221550 |
---|
| 35 | +#define PHY_ID_KSZ87XX 0x00221550 |
---|
39 | 36 | |
---|
40 | 37 | #define PHY_ID_KSZ9477 0x00221631 |
---|
41 | 38 | |
---|