Skip to content

Commit

Permalink
[ARM] pxa/poodle: use new .lcd_conn to specify the LCD info
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Eric Miao authored and Russell King committed Sep 23, 2008
1 parent 1730aad commit cf5eb8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-pxa/poodle.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ static struct pxafb_mode_info poodle_fb_mode = {
static struct pxafb_mach_info poodle_fb_info = {
.modes = &poodle_fb_mode,
.num_modes = 1,
.lccr0 = LCCR0_Act | LCCR0_Sngl | LCCR0_Color,
.lccr3 = 0,
.lcd_conn = LCD_COLOR_TFT_16BPP,
};

static struct platform_device *devices[] __initdata = {
Expand Down

0 comments on commit cf5eb8c

Please sign in to comment.