diff mbox series

dt-bindings: leds: add FUNCTION defines for per-band WLANs

Message ID 20240117151736.27440-1-zajec5@gmail.com
State New
Headers show
Series dt-bindings: leds: add FUNCTION defines for per-band WLANs | expand

Commit Message

Rafał Miłecki Jan. 17, 2024, 3:17 p.m. UTC
From: Rafał Miłecki <rafal@milecki.pl>

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>
---
 include/dt-bindings/leds/common.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

Rob Herring Jan. 17, 2024, 10:12 p.m. UTC | #1
On Wed, 17 Jan 2024 16:17:36 +0100, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> 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>
> ---
>  include/dt-bindings/leds/common.h | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Lee Jones Jan. 25, 2024, 1:33 p.m. UTC | #2
On Wed, 17 Jan 2024 16:17:36 +0100, Rafał Miłecki wrote:
> 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.
> 
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: leds: add FUNCTION defines for per-band WLANs
      commit: 89d9d3eedc8804e06a770e3cf1279f9131b785f1

--
Lee Jones [李琼斯]
diff mbox series

Patch

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 */