net: phy: realtek: Add support for PHY LEDs on RTL8211F
authorMarek Vasut <marex@denx.de>
Tue, 25 Jun 2024 20:42:17 +0000 (22:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2024 08:37:01 +0000 (09:37 +0100)
commit17784801d888238571a0c4101b9ac4401fffeaa0
tree2586287be8d5bd69e932eb724081617d876bce75
parent30972a4ea092bacb9784fe251327571be6a99f9c
net: phy: realtek: Add support for PHY LEDs on RTL8211F

Realtek RTL8211F Ethernet PHY supports 3 LED pins which are used to
indicate link status and activity. Add minimal LED controller driver
supporting the most common uses with the 'netdev' trigger.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c