diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2024-02-23 12:22:23 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-03-07 09:48:12 +0100 |
commit | 64e558500d2d04878b8a6d6578850c475171d6ba (patch) | |
tree | 6d0bcc3d8baf96e77f068df37b4a61bb9be7cc94 /include/dt-bindings | |
parent | leds: sgm3140: Add missing timer cleanup and flash gpio control (diff) | |
download | linux-64e558500d2d04878b8a6d6578850c475171d6ba.tar.xz linux-64e558500d2d04878b8a6d6578850c475171d6ba.zip |
dt-bindings: leds: Add LED_FUNCTION_WAN_ONLINE for Internet access
It's common for routers to have LED indicating link on the WAN port.
Some devices however have an extra LED that's meant to be used if WAN
connection is actually "online" (there is Internet access available).
It was suggested to add #define for such use case.
Link: https://lore.kernel.org/linux-devicetree/80e92209-5578-44e7-bd4b-603a29053ddf@collabora.com/T/#u
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240223112223.1368-1-zajec5@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/leds/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h index c56785bb9c9c..ecea167930d9 100644 --- a/include/dt-bindings/leds/common.h +++ b/include/dt-bindings/leds/common.h @@ -100,6 +100,7 @@ #define LED_FUNCTION_TX "tx" #define LED_FUNCTION_USB "usb" #define LED_FUNCTION_WAN "wan" +#define LED_FUNCTION_WAN_ONLINE "wan-online" #define LED_FUNCTION_WLAN "wlan" #define LED_FUNCTION_WLAN_2GHZ "wlan-2ghz" #define LED_FUNCTION_WLAN_5GHZ "wlan-5ghz" |