Skip to content

Commit 3e9c070

Browse files
HoratiuVulturkuba-moo
authored andcommitted
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>
1 parent 43bb610 commit 3e9c070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/net/phy/micrel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
* Copyright (c) 2014 Johan Hovold <johan@kernel.org>
1111
*
1212
* Support : Micrel Phys:
13-
* Giga phys: ksz9021, ksz9031, ksz9131
13+
* Giga phys: ksz9021, ksz9031, ksz9131, lan8841, lan8814
1414
* 100/10 Phys : ksz8001, ksz8721, ksz8737, ksz8041
1515
* ksz8021, ksz8031, ksz8051,
1616
* ksz8081, ksz8091,
1717
* ksz8061,
1818
* Switch : ksz8873, ksz886x
19-
* ksz9477
19+
* ksz9477, lan8804
2020
*/
2121

2222
#include <linux/bitfield.h>

0 commit comments

Comments
 (0)