net: dsa: realtek: add LED drivers for rtl8366rb
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 27 Apr 2024 05:11:30 +0000 (02:11 -0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 12:35:41 +0000 (13:35 +0100)
commit32d617005475a71ebcc4ec8b2791e8d1481e9a10
treef70258925688e147f30741a9a604389a230cf8f1
parent4f580e9aced1816398c1c64f178302a22b8ea6e2
net: dsa: realtek: add LED drivers for rtl8366rb

This commit introduces LED drivers for rtl8366rb, enabling LEDs to be
described in the device tree using the same format as qca8k. Each port
can configure up to 4 LEDs.

If all LEDs in a group use the default state "keep", they will use the
default behavior after a reset. Changing the brightness of one LED,
either manually or by a trigger, will disable the default hardware
trigger and switch the entire LED group to manually controlled LEDs.
Once in this mode, there is no way to revert to hardware-controlled LEDs
(except by resetting the switch).

Software triggers function as expected with manually controlled LEDs.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/realtek/rtl8366rb.c