Re: [net-next PATCH v9 1/5] dt-bindings: net: phy: Make LED active-low property common

From: Rob Herring
Date: Fri Jan 12 2024 - 20:29:32 EST



On Fri, 05 Jan 2024 15:27:13 +0100, Christian Marangi wrote:
> Move LED active-low property to common.yaml. This property is currently
> defined multiple times by bcm LEDs. This property will now be supported
> in a generic way for PHY LEDs with the use of a generic function.
>
> With active-low bool property not defined, active-high is always
> assumed.
>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> ---
> Changes v5:
> - Make active-low generic
> Changes v4:
> - Drop support for global active-low
> - Rework to polarity option (for marvell10g series support)
> Changes v3:
> - Out of RFC
> Changes v2:
> - Add this patch
>
> Documentation/devicetree/bindings/leds/common.yaml | 6 ++++++
> Documentation/devicetree/bindings/leds/leds-bcm63138.yaml | 4 ----
> Documentation/devicetree/bindings/leds/leds-bcm6328.yaml | 4 ----
> Documentation/devicetree/bindings/leds/leds-bcm6358.txt | 2 --
> .../devicetree/bindings/leds/leds-pwm-multicolor.yaml | 4 ----
> Documentation/devicetree/bindings/leds/leds-pwm.yaml | 5 -----
> 6 files changed, 6 insertions(+), 19 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>