Skip to content

Commit 7d36c35

Browse files
musashino205lag-linaro
authored andcommitted
dt-bindings: leds: Add LED_FUNCTION_MOBILE for mobile network
Add LED_FUNCTION_MOBILE for LEDs that indicate status of mobile network connection. This is useful to distinguish those LEDs from LEDs that indicates status of wired "wan" connection. example (on stock fw): IIJ SA-W2 has "Mobile" LEDs that indicate status (no signal, too low, low, good) of mobile network connection via dongle connected to USB port. - no signal: (none, turned off) - too low: green:mobile & red:mobile (amber, blink) - low: green:mobile & red:mobile (amber, turned on) - good: green:mobile (turned on) Suggested-by: Hauke Mehrtens <[email protected]> Signed-off-by: INAGAKI Hiroshi <[email protected]> Reviewed-by: Rob Herring <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 6b0d685 commit 7d36c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dt-bindings/leds/common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
#define LED_FUNCTION_INDICATOR "indicator"
9191
#define LED_FUNCTION_LAN "lan"
9292
#define LED_FUNCTION_MAIL "mail"
93+
#define LED_FUNCTION_MOBILE "mobile"
9394
#define LED_FUNCTION_MTD "mtd"
9495
#define LED_FUNCTION_PANIC "panic"
9596
#define LED_FUNCTION_PROGRAMMING "programming"

0 commit comments

Comments
 (0)