Skip to content

Commit

Permalink
dt-bindings: leds: Add disk write/read and usb-host/usb-gadget
Browse files Browse the repository at this point in the history
The triggers enum misses 3 cases used by gemini DT.
usb-host was added via commit 0cfbd32 ("usb: Add LED triggers for USB activity")
so we add also as valid trigger usb-gadget which was added along in this
commit.

disk-read/disk-write were added by commit d1ed7c5 ("leds: Extends disk trigger for reads and writes")
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230131140304.626779-1-clabbe@baylibre.com
  • Loading branch information
Corentin Labbe authored and Lee Jones committed Feb 4, 2023
1 parent 4aea8f3 commit d8fe820
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/leds/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ properties:
- heartbeat
# LED indicates disk activity
- disk-activity
- disk-read
- disk-write
# LED indicates IDE disk activity (deprecated), in new implementations
# use "disk-activity"
- ide-disk
Expand All @@ -98,6 +100,8 @@ properties:
# LED alters the brightness for the specified duration with one software
# timer (requires "led-pattern" property)
- pattern
- usb-gadget
- usb-host
- pattern: "^cpu[0-9]*$"
- pattern: "^hci[0-9]+-power$"
# LED is triggered by Bluetooth activity
Expand Down

0 comments on commit d8fe820

Please sign in to comment.