summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/include/mach/h1940-latch.h
diff options
context:
space:
mode:
authorVasily Khoruzhick <anarsoul@gmail.com>2010-09-27 09:28:00 +0300
committerBen Dooks <ben-linux@fluff.org>2010-10-30 00:45:28 +0100
commit53193dd3ba3c7dfdd7fdf2b068c8f92cc46a5693 (patch)
tree9ee120b4bca209047fb37d4a4efc6a1b9ffb7df6 /arch/arm/mach-s3c2410/include/mach/h1940-latch.h
parent48cd65a6a020292e1ab5d0f5ba96571c858964e6 (diff)
ARM: h1940: Fix backlight and LCD power functions
Current implementation of LCD and backlight power control functions is not complete, as result PDA consumes power in suspend. Fix this issue by managing state of some latch bits, just like WinMobile does. Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/h1940-latch.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/h1940-latch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/h1940-latch.h b/arch/arm/mach-s3c2410/include/mach/h1940-latch.h
index ef7d8cf4174..97e42bfce81 100644
--- a/arch/arm/mach-s3c2410/include/mach/h1940-latch.h
+++ b/arch/arm/mach-s3c2410/include/mach/h1940-latch.h
@@ -20,7 +20,7 @@
/* SD layer latch */
-#define H1940_LATCH_SDQ1 H1940_LATCH_GPIO(0)
+#define H1940_LATCH_LCD_P0 H1940_LATCH_GPIO(0)
#define H1940_LATCH_LCD_P1 H1940_LATCH_GPIO(1)
#define H1940_LATCH_LCD_P2 H1940_LATCH_GPIO(2)
#define H1940_LATCH_LCD_P3 H1940_LATCH_GPIO(3)