diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2024-01-17 16:17:36 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-03-07 08:48:00 +0000 |
commit | ec18a2a83b8b9f7e39c80105ea148c769c46227b (patch) | |
tree | cddb833f00acac0132dc161d04d57a42ec62cbe4 /include | |
parent | 7e1121138cececbdc8827b0b6a5d4a1ea2aed4e7 (diff) |
dt-bindings: leds: Add FUNCTION defines for per-band WLANs
Most wireless routers and access points can operate in multiple bands
simultaneously. Vendors often equip their devices with per-band LEDs.
Add defines for those very common functions to allow cleaner & clearer
bindings.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20240117151736.27440-1-zajec5@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/leds/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h index 9a0d33d027ff..c56785bb9c9c 100644 --- a/include/dt-bindings/leds/common.h +++ b/include/dt-bindings/leds/common.h @@ -101,6 +101,9 @@ #define LED_FUNCTION_USB "usb" #define LED_FUNCTION_WAN "wan" #define LED_FUNCTION_WLAN "wlan" +#define LED_FUNCTION_WLAN_2GHZ "wlan-2ghz" +#define LED_FUNCTION_WLAN_5GHZ "wlan-5ghz" +#define LED_FUNCTION_WLAN_6GHZ "wlan-6ghz" #define LED_FUNCTION_WPS "wps" #endif /* __DT_BINDINGS_LEDS_H */ |