mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
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>
This commit is contained in:
parent
d0fa875152
commit
07c7efda24
|
|
@ -22,7 +22,7 @@
|
|||
#define LP855X_DEVICE_CTRL 0x01
|
||||
#define LP855X_EEPROM_START 0xA0
|
||||
#define LP855X_EEPROM_END 0xA7
|
||||
#define LP8556_EPROM_START 0xA0
|
||||
#define LP8556_EPROM_START 0x98
|
||||
#define LP8556_EPROM_END 0xAF
|
||||
|
||||
/* LP8555/7 Registers */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user