aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/backlight/lp855x-driver.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/backlight/lp855x-driver.txt')
-rw-r--r--Documentation/backlight/lp855x-driver.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/backlight/lp855x-driver.txt b/Documentation/backlight/lp855x-driver.txt
index 72e2a673f774..1c732f0c6758 100644
--- a/Documentation/backlight/lp855x-driver.txt
+++ b/Documentation/backlight/lp855x-driver.txt
@@ -36,9 +36,6 @@ For supporting platform specific data, the lp855x platform data can be used.
36* initial_brightness : Initial value of backlight brightness. 36* initial_brightness : Initial value of backlight brightness.
37* period_ns : Platform specific PWM period value. unit is nano. 37* period_ns : Platform specific PWM period value. unit is nano.
38 Only valid when brightness is pwm input mode. 38 Only valid when brightness is pwm input mode.
39* load_new_rom_data :
40 0 : use default configuration data
41 1 : update values of eeprom or eprom registers on loading driver
42* size_program : Total size of lp855x_rom_data. 39* size_program : Total size of lp855x_rom_data.
43* rom_data : List of new eeprom/eprom registers. 40* rom_data : List of new eeprom/eprom registers.
44 41
@@ -55,7 +52,6 @@ static struct lp855x_platform_data lp8552_pdata = {
55 .name = "lcd-bl", 52 .name = "lcd-bl",
56 .device_control = I2C_CONFIG(LP8552), 53 .device_control = I2C_CONFIG(LP8552),
57 .initial_brightness = INITIAL_BRT, 54 .initial_brightness = INITIAL_BRT,
58 .load_new_rom_data = 1,
59 .size_program = ARRAY_SIZE(lp8552_eeprom_arr), 55 .size_program = ARRAY_SIZE(lp8552_eeprom_arr),
60 .rom_data = lp8552_eeprom_arr, 56 .rom_data = lp8552_eeprom_arr,
61}; 57};