diff mbox series

[2/2] dt-bindings: leds: add LED_FUNCTION_RSSI

Message ID 20200919171913.56765-2-freifunk@adrianschmutzler.de
State Superseded, archived
Headers show
Series [1/2] dt-bindings: leds: add LED_FUNCTION for wlan2g/wlan5g | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Adrian Schmutzler Sept. 19, 2020, 5:19 p.m. UTC
Several consumer "routers" and CPE devices have dedicated LEDs to
show the received signal strength indicator (RSSI). This is
different from the "WLAN" LEDs that just show enabled/disabled
state and sometimes rx/tx activity.

Add a LED function for these LEDs.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
---
 include/dt-bindings/leds/common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 52db8a9032d0..139573579e7f 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -81,6 +81,7 @@ 
 #define LED_FUNCTION_MTD "mtd"
 #define LED_FUNCTION_PANIC "panic"
 #define LED_FUNCTION_PROGRAMMING "programming"
+#define LED_FUNCTION_RSSI "rssi"
 #define LED_FUNCTION_RX "rx"
 #define LED_FUNCTION_SD "sd"
 #define LED_FUNCTION_STANDBY "standby"