From: Marek Vasut Date: Mon, 8 Jul 2024 11:46:27 +0000 (+0200) Subject: dt-bindings: leds: Document "netdev" trigger X-Git-Tag: v6.12-rc1~87^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=616dbed65485c6e68325d00b6258a05369c14705;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240708114653.18566-1-marex@denx.de Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml index 8a3c2398b10ce..bf9a101e4d420 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