Skip to content

Commit 07c7efd

Browse files
clamor-slag-linaro
authored andcommitted
video: backlight: lp855x_bl: Set correct EPROM start for LP8556
According to LP8556 datasheet EPROM region starts at 0x98 so adjust value in the driver accordingly. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: "Daniel Thompson (RISCstar)" <danielt@kernel.org> Link: https://lore.kernel.org/r/20250909074304.92135-2-clamor95@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent d0fa875 commit 07c7efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/video/backlight/lp855x_bl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define LP855X_DEVICE_CTRL 0x01
2323
#define LP855X_EEPROM_START 0xA0
2424
#define LP855X_EEPROM_END 0xA7
25-
#define LP8556_EPROM_START 0xA0
25+
#define LP8556_EPROM_START 0x98
2626
#define LP8556_EPROM_END 0xAF
2727

2828
/* LP8555/7 Registers */

0 commit comments

Comments
 (0)