Re: [PATCH] dt-bindings: leds: common: add disk write/read and usb-host
From: Rob Herring <robh@kernel.org>
Date: 2021-05-12 20:34:36
Also in:
linux-leds, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-05-12 20:34:36
Also in:
linux-leds, lkml
On Sat, 08 May 2021 19:36:54 +0000, Corentin Labbe wrote:
The triggers enum misses 3 cases used by gemini DT.
usb-host was added via commit 0cfbd328d60f ("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 d1ed7c558612 ("leds: Extends disk trigger for reads and writes")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
Documentation/devicetree/bindings/leds/common.yaml | 4 ++++
1 file changed, 4 insertions(+)Acked-by: Rob Herring <robh@kernel.org>