diff options
author | Marek Vasut <[email protected]> | 2024-07-08 13:46:27 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-08-16 16:51:20 +0100 |
commit | 616dbed65485c6e68325d00b6258a05369c14705 (patch) | |
tree | 422d39c3f2af5b083b6c87649046012ba9800564 | |
parent | 6eefd65ba6ae29ab801f6461e59c10f93dd496f8 (diff) |
dt-bindings: leds: Document "netdev" trigger
Document the "netdev" trigger which is used to control LEDs by
network device activity. This is an existing trigger used in
existing DTs, document it so validation of those DTs would pass.
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/leds/common.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index 8a3c2398b10c..bf9a101e4d42 100644 --- a/Documentation/devicetree/bindings/leds/common.yaml +++ b/Documentation/devicetree/bindings/leds/common.yaml @@ -113,6 +113,8 @@ properties: # LED indicates NAND memory activity (deprecated), # in new implementations use "mtd" - nand-disk + # LED indicates network activity + - netdev # No trigger assigned to the LED. This is the default mode # if trigger is absent - none |