Re: [net-next PATCH 08/11] dt-bindings: net: dsa: dsa-port: Document support for LEDs node

From: Krzysztof Kozlowski
Date: Wed Mar 08 2023 - 13:58:15 EST


On 07/03/2023 18:00, Christian Marangi wrote:
> Document support for LEDs node in dsa port.
> Switch may support different LEDs that can be configured for different
> operation like blinking on traffic event or port link.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> index 480120469953..f813e1f64f75 100644
> --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml
> @@ -59,6 +59,13 @@ properties:
> - rtl8_4t
> - seville
>
> + leds:
> + type: object

additionalProperties: false

Best regards,
Krzysztof