X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Fsh%2Fboards%2Fboard-ap325rxa.c;h=fd1612590bf4feb96e7d9e714da12203cf300ac5;hb=358c323c17ac527b82c6333db6a485112c21ab0d;hp=9c71603d29a20545fe7f82a10e9fda58d29a251f;hpb=63a16f90167850010864a9e8ebb71d216983090f;p=linux-2.6 diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 9c71603d29..fd1612590b 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include @@ -141,6 +140,10 @@ static struct sh_mobile_lcdc_info lcdc_info = { .vsync_len = 1, .sync = 0, /* hsync and vsync are active low */ }, + .lcd_size_cfg = { /* 7.0 inch */ + .width = 152, + .height = 91, + }, .board_cfg = { .display_on = ap320_wvga_power_on, },