diff options
author | Robby Cai <R63905@freescale.com> | 2009-12-14 21:37:52 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2010-03-25 14:01:45 -0400 |
commit | 7e39329b1fdd2cfb1e89fc7b17ef62067efff8a6 (patch) | |
tree | 38a7734f1c6488fed4642de3f5414bb75761e6e1 /arch/arm | |
parent | fccab02b417aa00cfe309b0c863d719a9777b1df (diff) |
ENGR00118892 MX23: iMX233 disable lcd clock when LCD off
Disable lcdif controller when suspend or screen blanked.
By doing so, can set CPU freq to 64000Khz (ENGR00119096)
Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-stmp378x/include/mach/lcdif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stmp378x/include/mach/lcdif.h b/arch/arm/mach-stmp378x/include/mach/lcdif.h index ef5647a7a618..28551b55ef97 100644 --- a/arch/arm/mach-stmp378x/include/mach/lcdif.h +++ b/arch/arm/mach-stmp378x/include/mach/lcdif.h @@ -73,6 +73,7 @@ struct stmp3xxx_platform_fb_entry { struct stmp3xxx_platform_fb_data { struct list_head list; struct stmp3xxx_platform_fb_entry *cur; + struct stmp3xxx_platform_fb_entry *next; }; #define STMP3XXX_LCDIF_PANEL_INIT 1 |