Commit cf5eb8c0 authored by Eric Miao's avatar Eric Miao Committed by Russell King

[ARM] pxa/poodle: use new .lcd_conn to specify the LCD info

Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 1730aadf
...@@ -304,8 +304,7 @@ static struct pxafb_mode_info poodle_fb_mode = { ...@@ -304,8 +304,7 @@ static struct pxafb_mode_info poodle_fb_mode = {
static struct pxafb_mach_info poodle_fb_info = { static struct pxafb_mach_info poodle_fb_info = {
.modes = &poodle_fb_mode, .modes = &poodle_fb_mode,
.num_modes = 1, .num_modes = 1,
.lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color, .lcd_conn = LCD_COLOR_TFT_16BPP,
.lccr3 = 0,
}; };
static struct platform_device *devices[] __initdata = { static struct platform_device *devices[] __initdata = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment