aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/micrel.c
diff options
context:
space:
mode:
authorGravatar Horatiu Vultur <horatiu.vultur@microchip.com> 2023-04-18 14:47:13 +0200
committerGravatar Jakub Kicinski <kuba@kernel.org> 2023-04-19 18:40:40 -0700
commit3e9c0700bf42b6170ae6b6e616cdc2e75a21b506 (patch)
tree6d8d2806efd92ea39e0ef87064b456988c06d251 /drivers/net/phy/micrel.c
parentnet: stmmac: dwmac-meson8b: Avoid cast to incompatible function type (diff)
downloadlinux-3e9c0700bf42b6170ae6b6e616cdc2e75a21b506.tar.gz
linux-3e9c0700bf42b6170ae6b6e616cdc2e75a21b506.tar.bz2
linux-3e9c0700bf42b6170ae6b6e616cdc2e75a21b506.zip
net: micrel: Update the list of supported phys
At the beginning of the file micrel.c there is list of supported PHYs. Extend this list with the following PHYs lan8841, lan8814 and lan8804, as these PHYs were added but the list was not updated. Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/20230418124713.2221451-1-horatiu.vultur@microchip.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/micrel.c')
-rw-r--r--drivers/net/phy/micrel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index 602e5a46b796..3f81bb8dac44 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@@ -10,13 +10,13 @@
* Copyright (c) 2014 Johan Hovold <johan@kernel.org>
*
* Support : Micrel Phys:
- * Giga phys: ksz9021, ksz9031, ksz9131
+ * Giga phys: ksz9021, ksz9031, ksz9131, lan8841, lan8814
* 100/10 Phys : ksz8001, ksz8721, ksz8737, ksz8041
* ksz8021, ksz8031, ksz8051,
* ksz8081, ksz8091,
* ksz8061,
* Switch : ksz8873, ksz886x
- * ksz9477
+ * ksz9477, lan8804
*/
#include <linux/bitfield.h>