diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-17 20:53:52 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-23 17:04:33 -0400 |
commit | cf5eb8c0de08a99b0ccbd22198bbb4828a04298b (patch) | |
tree | aaf1f7f2095f9197df7ab71dc1727fb9b1eec270 /arch/arm/mach-pxa/poodle.c | |
parent | 1730aadffb6ec3c4fe4d69a68f2f9445fd1b1264 (diff) |
[ARM] pxa/poodle: use new .lcd_conn to specify the LCD info
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/poodle.c')
-rw-r--r-- | arch/arm/mach-pxa/poodle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index cbcf394d84d1..8972dccab5cf 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -304,8 +304,7 @@ static struct pxafb_mode_info poodle_fb_mode = { | |||
304 | static struct pxafb_mach_info poodle_fb_info = { | 304 | static struct pxafb_mach_info poodle_fb_info = { |
305 | .modes = &poodle_fb_mode, | 305 | .modes = &poodle_fb_mode, |
306 | .num_modes = 1, | 306 | .num_modes = 1, |
307 | .lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color, | 307 | .lcd_conn = LCD_COLOR_TFT_16BPP, |
308 | .lccr3 = 0, | ||
309 | }; | 308 | }; |
310 | 309 | ||
311 | static struct platform_device *devices[] __initdata = { | 310 | static struct platform_device *devices[] __initdata = { |