summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/pxafb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/pxafb.h')
-rw-r--r--drivers/video/fbdev/pxafb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/fbdev/pxafb.h b/drivers/video/fbdev/pxafb.h
index 5dc414e26fc8..86b1e9ab1a38 100644
--- a/drivers/video/fbdev/pxafb.h
+++ b/drivers/video/fbdev/pxafb.h
@@ -162,9 +162,11 @@ struct pxafb_info {
#ifdef CONFIG_CPU_FREQ
struct notifier_block freq_transition;
- struct notifier_block freq_policy;
#endif
+ struct regulator *lcd_supply;
+ bool lcd_supply_enabled;
+
void (*lcd_power)(int, struct fb_var_screeninfo *);
void (*backlight_power)(int);