diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2023-01-31 17:03:04 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-02-04 18:18:17 +0300 |
commit | 056f65c3938bfa40141669b974d441348af3ee54 (patch) | |
tree | 04ea543da8067617d05f62b72a498c2ea4508fcb /Documentation/devicetree/bindings/leds | |
parent | d8fe820b989b733470d0193bf7a71d8e1eb4ca50 (diff) | |
download | linux-056f65c3938bfa40141669b974d441348af3ee54.tar.xz |
leds: Remove ide-disk trigger
No user of ide-disk remains, so remove this deprecated trigger.
Only a few platforms used this and were fixed in 2016.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230131140304.626779-2-clabbe@baylibre.com
Diffstat (limited to 'Documentation/devicetree/bindings/leds')
-rw-r--r-- | Documentation/devicetree/bindings/leds/common.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index 60c8611c6611..15e3f6645682 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -92,9 +92,6 @@ properties: - disk-activity - disk-read - disk-write - # LED indicates IDE disk activity (deprecated), in new implementations - # use "disk-activity" - - ide-disk # LED flashes at a fixed, configurable rate - timer # LED alters the brightness for the specified duration with one software |