diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-09-27 08:28:00 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-10-30 01:45:28 +0200 |
commit | 53193dd3ba3c7dfdd7fdf2b068c8f92cc46a5693 (patch) | |
tree | 9ee120b4bca209047fb37d4a4efc6a1b9ffb7df6 /arch/arm/mach-s3c2410/include/mach/h1940-latch.h | |
parent | ARM: h1940: Implement mmc_power function (diff) | |
download | linux-53193dd3ba3c7dfdd7fdf2b068c8f92cc46a5693.tar.xz linux-53193dd3ba3c7dfdd7fdf2b068c8f92cc46a5693.zip |
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.h | 2 |
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 ef7d8cf4174d..97e42bfce81e 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) |