[PATCH] dt-bindings: leds: common: Add missing triggers

From: Michal Simek
Date: Mon Aug 24 2020 - 06:39:39 EST


Xilinx ZynqMP zcu100/ultra96 v1 defines additional triggers which are not
covered by common.yaml. The patch adds missing triggers for this platform.

Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx>
---

There are a lot of other triggers which are missing but the patch focus on
fixing my platform
---
Documentation/devicetree/bindings/leds/common.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml
index a2a541bca73c..c3d728a06782 100644
--- a/Documentation/devicetree/bindings/leds/common.yaml
+++ b/Documentation/devicetree/bindings/leds/common.yaml
@@ -82,6 +82,8 @@ properties:
enum:
# LED will act as a back-light, controlled by the framebuffer system
- backlight
+ # LED indicates enabling power for bluetooth device
+ - bluetooth-power
# LED will turn on (but for leds-gpio see "default-state" property in
# Documentation/devicetree/bindings/leds/leds-gpio.yaml)
- default-on
@@ -97,6 +99,9 @@ properties:
# LED alters the brightness for the specified duration with one software
# timer (requires "led-pattern" property)
- pattern
+ # LED flashes based on networking activity on tx and rx channels
+ - phy0tx
+ - phy0rx

led-pattern:
description: |
--
2.28.0