]> git.ipfire.org Git - thirdparty/linux.git/commit
leds: is31f132xx: Add support for is31fl3293
authorDaniel Mack <daniel@zonque.org>
Fri, 19 Dec 2025 15:45:21 +0000 (16:45 +0100)
committerLee Jones <lee@kernel.org>
Wed, 4 Feb 2026 09:20:37 +0000 (09:20 +0000)
commita18983b95a61b093847b3ec37a5ac9c29ff6257d
tree137ad3302872704d3205cd5946c8bb335a648b68
parent6f1bc4534f2144c8b1acc448b3c4441a6096095c
leds: is31f132xx: Add support for is31fl3293

This chip supports 3 LED channels with 4096 possible PWM values.

Extend the driver to support this variant:

 * Make brightness steps configurable per device type
 * Handle dual-register brightness updates
 * Allow to specify values to write into the PWM update register
 * Add custom init and shutdown function for 3293 variant
 * Init registers after parsing DT properties

Signed-off-by: Daniel Mack <daniel@zonque.org>
Link: https://patch.msgid.link/20251219154521.643312-4-daniel@zonque.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-is31fl32xx.c