aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/zylonite.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/zylonite.c')
-rw-r--r--arch/arm/mach-pxa/zylonite.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/zylonite.c b/arch/arm/mach-pxa/zylonite.c
index dbb546216be1..4a0028087ea6 100644
--- a/arch/arm/mach-pxa/zylonite.c
+++ b/arch/arm/mach-pxa/zylonite.c
@@ -97,8 +97,7 @@ static struct pxafb_mode_info toshiba_ltm04c380k_mode = {
97 97
98static struct pxafb_mach_info zylonite_toshiba_lcd_info = { 98static struct pxafb_mach_info zylonite_toshiba_lcd_info = {
99 .num_modes = 1, 99 .num_modes = 1,
100 .lccr0 = LCCR0_Act, 100 .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL,
101 .lccr3 = LCCR3_PCP,
102 .pxafb_backlight_power = zylonite_backlight_power, 101 .pxafb_backlight_power = zylonite_backlight_power,
103}; 102};
104 103
@@ -134,8 +133,7 @@ static struct pxafb_mode_info sharp_ls037_modes[] = {
134static struct pxafb_mach_info zylonite_sharp_lcd_info = { 133static struct pxafb_mach_info zylonite_sharp_lcd_info = {
135 .modes = sharp_ls037_modes, 134 .modes = sharp_ls037_modes,
136 .num_modes = 2, 135 .num_modes = 2,
137 .lccr0 = LCCR0_Act, 136 .lcd_conn = LCD_COLOR_TFT_16BPP | LCD_PCLK_EDGE_FALL,
138 .lccr3 = LCCR3_PCP | LCCR3_HSP | LCCR3_VSP,
139 .pxafb_backlight_power = zylonite_backlight_power, 137 .pxafb_backlight_power = zylonite_backlight_power,
140}; 138};
141 139