lcd: add corgibl_limit_intensity() to corgi_lcd
This is not generic enough, added here for backward compatibility. And make this an individual commit so future revert will be a bit easier. Signed-off-by: Eric Miao <eric.miao@marvell.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
b18250a8f6
commit
bfdcaa3b68
2 changed files with 28 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ struct corgi_lcd_platform_data {
|
|||
int init_mode;
|
||||
int max_intensity;
|
||||
int default_intensity;
|
||||
int limit_mask;
|
||||
|
||||
void (*notify)(int intensity);
|
||||
void (*kick_battery)(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue