From c7bf4a334c1e498007a9e785948cb03c8da0f029 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 28 Feb 2010 16:20:57 +0100 Subject: Simplify the JBT6k74 driver We don't need all the native sleep states - they just complicate things. Instead, just use the LDO "power switch" to send it firmly to sleep and wake it up in a virgin state each time. Signed-off-by: Thomas White --- drivers/mfd/glamo/glamo-display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/mfd/glamo/glamo-display.h') diff --git a/drivers/mfd/glamo/glamo-display.h b/drivers/mfd/glamo/glamo-display.h index d6f21bcb0c0..728bba56a37 100644 --- a/drivers/mfd/glamo/glamo-display.h +++ b/drivers/mfd/glamo/glamo-display.h @@ -36,4 +36,6 @@ extern int glamo_framebuffer_create(struct drm_device *dev, extern void glamo_display_suspend(struct glamodrm_handle *gdrm); extern void glamo_display_resume(struct glamodrm_handle *gdrm); +extern void glamo_lcd_power(struct glamodrm_handle *gdrm, int mode); + #endif /* __GLAMO_DISPLAY_H */ -- cgit v1.2.3