diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/lp855x.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/lp855x.h b/include/linux/platform_data/lp855x.h index 1b2ba24e4e03..9c7fd1efe495 100644 --- a/include/linux/platform_data/lp855x.h +++ b/include/linux/platform_data/lp855x.h | |||
| @@ -136,6 +136,7 @@ struct lp855x_rom_data { | |||
| 136 | Only valid when mode is PWM_BASED. | 136 | Only valid when mode is PWM_BASED. |
| 137 | * @size_program : total size of lp855x_rom_data | 137 | * @size_program : total size of lp855x_rom_data |
| 138 | * @rom_data : list of new eeprom/eprom registers | 138 | * @rom_data : list of new eeprom/eprom registers |
| 139 | * @supply : regulator that supplies 3V input | ||
| 139 | */ | 140 | */ |
| 140 | struct lp855x_platform_data { | 141 | struct lp855x_platform_data { |
| 141 | const char *name; | 142 | const char *name; |
| @@ -144,6 +145,7 @@ struct lp855x_platform_data { | |||
| 144 | unsigned int period_ns; | 145 | unsigned int period_ns; |
| 145 | int size_program; | 146 | int size_program; |
| 146 | struct lp855x_rom_data *rom_data; | 147 | struct lp855x_rom_data *rom_data; |
| 148 | struct regulator *supply; | ||
| 147 | }; | 149 | }; |
| 148 | 150 | ||
| 149 | #endif | 151 | #endif |
