On Thu, 21 Nov 2024 16:58:24 +0000, Vicentiu Galanopulo wrote: > The LED1202 is a 12-channel low quiescent current LED driver with: > * Supply range from 2.6 V to 5 V > * 20 mA current capability per channel > * 1.8 V compatible I2C control interface > * 8-bit analog dimming individual control > * 12-bit local PWM resolution > * 8 programmable patterns > > If the led node is present in the controller then the channel is > set to active. > > Signed-off-by: Vicentiu Galanopulo <vicentiu.galanopulo@xxxxxxxxxxxxxxxxx> > --- > v1: https://lore.kernel.org/lkml/ZnCnnQfwuRueCIQ0@admins-Air/T/ > v2: https://lore.kernel.org/all/ZniNdGgKyUMV-hjq@admins-Air/T/ > v3: https://lore.kernel.org/all/ZniNdGgKyUMV-hjq@admins-Air/T/ > > Changes in v4: > - remove label property, use devm_led_classdev_register_ext instead > Changes in v3: > - remove active property > Changes in v2: > - renamed label to remove color from it > - add color property for each node > - add function and function-enumerator property for each node > > .../devicetree/bindings/leds/st,led1202.yaml | 132 ++++++++++++++++++ > 1 file changed, 132 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/st,led1202.yaml > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. Missing tags: Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>