RE: [PATCH v2 0/2] Add Support for LTC3220 18 Channel LED Driver V2
From: Escala, Edelweise <hidden>
Date: 2026-01-13 08:12:24
Also in:
linux-leds, lkml
Subject: Re: [PATCH v2 0/2] Add Support for LTC3220 18 Channel LED Driver V2 [External] On Mon, Jan 12, 2026 at 04:55:53PM +0800, Edelweise Escala wrote:quoted
The LTC3220/LTC3220-1 is a multi-display LED driver, which contains a high-efficiency, low-noise charge pump to provide power to up to 18 LED current sources. The LEDs are individually configurable to 64-step linear brightness control, blinking and gradation control via 2-wire I2C interface. The blinking and gradation configuration is shared across all LED. LTC3220 has a quick write function which allows changing the brightness on all LEDS simultaneously when the brightness is changed onled 1.quoted
For this we made quick write a device property which user can set on the device tree. We would like to know if this approach is alright? Another way we might want to know is, is it alright to just make a virtual led for the quick write function. Changing brightness on the virtual led will change the brightness for all. V2 Changelog: leds-ltc3220.yaml changes -Fix wrapping on description -Improve description and commit messge to describe hardware -Drop ltc3220-1 -Drop charge pump ltc3220.c changes -Fix wrapping -Drop ltc3220-1 -Drop devname_mandatory
Apologies my edit on the cover letter is wrong I wrote the changelog above. But this should be the changelog
quoted
Signed-off-by: Edelweise Escala <redacted> --- Changes in v2: - EDITME: describe what is new in this series revision. - EDITME: use bulletpoints and terse descriptions.Huh?
Best Regards, Edelweise Escala