We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca222c commit 227e961Copy full SHA for 227e961
Documentation/devicetree/bindings/leds/common.yaml
@@ -98,9 +98,13 @@ properties:
98
# LED alters the brightness for the specified duration with one software
99
# timer (requires "led-pattern" property)
100
- pattern
101
- # LED is triggered by SD/MMC activity
102
- - pattern: "^mmc[0-9]+$"
103
- pattern: "^cpu[0-9]*$"
+ - pattern: "^hci[0-9]+-power$"
+ # 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
108
109
led-pattern:
110
description: |
0 commit comments