diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-09-06 23:30:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-25 04:38:14 -0400 |
commit | ff7a4c7130c0ad97d55f7ab3f0a35fbc1f41b376 (patch) | |
tree | e24ccea4bdb38720511e63f2f870e84b6fb2d7ac /include/linux/spi | |
parent | f72de6638b8e55283739de174b57c0ae4203c446 (diff) |
[ARM] corgi_lcd: use GPIO API for BACKLIGHT_ON and BACKLIGHT_CONT
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/corgi_lcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/spi/corgi_lcd.h b/include/linux/spi/corgi_lcd.h index b6161aae2752..6692b3418ccf 100644 --- a/include/linux/spi/corgi_lcd.h +++ b/include/linux/spi/corgi_lcd.h | |||
@@ -10,6 +10,9 @@ struct corgi_lcd_platform_data { | |||
10 | int default_intensity; | 10 | int default_intensity; |
11 | int limit_mask; | 11 | int limit_mask; |
12 | 12 | ||
13 | int gpio_backlight_on; /* -1 if n/a */ | ||
14 | int gpio_backlight_cont; /* -1 if n/a */ | ||
15 | |||
13 | void (*notify)(int intensity); | 16 | void (*notify)(int intensity); |
14 | void (*kick_battery)(void); | 17 | void (*kick_battery)(void); |
15 | }; | 18 | }; |