hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/micrel_phy.h
....@@ -1,13 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * include/linux/micrel_phy.h
34 *
45 * 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
- *
116 */
127
138 #ifndef _MICREL_PHY_H
....@@ -31,11 +26,13 @@
3126 #define PHY_ID_KSZ8081 0x00221560
3227 #define PHY_ID_KSZ8061 0x00221570
3328 #define PHY_ID_KSZ9031 0x00221620
29
+#define PHY_ID_KSZ9131 0x00221640
30
+#define PHY_ID_LAN8814 0x00221660
3431
3532 #define PHY_ID_KSZ886X 0x00221430
3633 #define PHY_ID_KSZ8863 0x00221435
3734
38
-#define PHY_ID_KSZ8795 0x00221550
35
+#define PHY_ID_KSZ87XX 0x00221550
3936
4037 #define PHY_ID_KSZ9477 0x00221631
4138