Skip to content

Commit 227e961

Browse files
geertulag-linaro
authored andcommitted
dt-bindings: leds: Document Bluetooth and WLAN triggers
Add the missing trigger patterns for Bluetooth and WLAN activity, which are already in active use. While at it, move the mmc pattern comment where it belongs, and restore alphabetical sort order. Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/0d0de1bc949d24e08174205c13c0b59bd73c1ea8.1674384302.git.geert+renesas@glider.be
1 parent 0ca222c commit 227e961

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/devicetree/bindings/leds/common.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,13 @@ properties:
9898
# LED alters the brightness for the specified duration with one software
9999
# timer (requires "led-pattern" property)
100100
- pattern
101-
# LED is triggered by SD/MMC activity
102-
- pattern: "^mmc[0-9]+$"
103101
- pattern: "^cpu[0-9]*$"
102+
- pattern: "^hci[0-9]+-power$"
103+
# LED is triggered by Bluetooth activity
104+
- pattern: "^mmc[0-9]+$"
105+
# LED is triggered by SD/MMC activity
106+
- pattern: "^phy[0-9]+tx$"
107+
# LED is triggered by WLAN activity
104108

105109
led-pattern:
106110
description: |

0 commit comments

Comments
 (0)