Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: leds: pwm: Add default-brightness property

Optional default-brightness property specifies brightness value to be
used if default LED state is on.

Signed-off-by: George Stark <gnstark@salutedevices.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20241105185006.1380166-2-gnstark@salutedevices.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

George Stark and committed by
Lee Jones
44e04fb8 4ca7cd93

+6
+6
Documentation/devicetree/bindings/leds/leds-pwm.yaml
··· 34 34 Maximum brightness possible for the LED 35 35 $ref: /schemas/types.yaml#/definitions/uint32 36 36 37 + default-brightness: 38 + description: 39 + Brightness to be set if LED's default state is on. Used only during 40 + initialization. If the option is not set then max brightness is used. 41 + $ref: /schemas/types.yaml#/definitions/uint32 42 + 37 43 required: 38 44 - pwms 39 45 - max-brightness