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@xxxxxxxxxxxxxxxxxxx> --- Changes in v2: none --- include/dt-bindings/leds/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h index debbd406ff17..c4821a44e422 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" -- 2.20.1