Skip to content

Commit 5246e36

Browse files
chhitzlag-linaro
authored andcommitted
leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDs
LP5009 supports 9 LED outputs that are grouped into 3 modules. Cc: stable@vger.kernel.org Fixes: 242b811 ("leds: lp50xx: Add the LP50XX family of the RGB LED driver") Signed-off-by: Christian Hitz <christian.hitz@bbv.ch> Link: https://patch.msgid.link/20251022063305.972190-1-christian@klarinett.li Signed-off-by: Lee Jones <lee@kernel.org>
1 parent c06a017 commit 5246e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/leds/leds-lp50xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/* There are 3 LED outputs per bank */
5555
#define LP50XX_LEDS_PER_MODULE 3
5656

57-
#define LP5009_MAX_LED_MODULES 2
57+
#define LP5009_MAX_LED_MODULES 3
5858
#define LP5012_MAX_LED_MODULES 4
5959
#define LP5018_MAX_LED_MODULES 6
6060
#define LP5024_MAX_LED_MODULES 8

0 commit comments

Comments
 (0)