Following thing worked for me

I edited the following file da8xx-fb.c

static struct da8xx_panel known_lcd_panels[] = {
    /* Sharp LCD035Q3DG01 */
    [0] = {
        .name = "Sharp_LCD035Q3DG01",
//        .width = 320,
//        .height = 240,
//        .hfp = 8,
//        .hbp = 6,
//        .hsw = 0,
//        .vfp = 2,
//        .vbp = 2,
//        .vsw = 0,
//        .pxl_clk = 4608000,
//        .invert_pxl_clk = 1,
//--------------------------------------------------------------    
        .width = 800,     // Refer your LCD
        .height = 480,    // datasheet for all your values
        .hfp = 40,          
        .hbp = 88,
        .hsw = 48,
        .vfp = 13,
        .vbp = 32,
        .vsw = 3,
        .pxl_clk = 35000000,
        .invert_pxl_clk = 0,
    },
leave the following board-am335xevm.c as it is *untouched*. Now try 
compiling the kernel

On Tuesday, May 27, 2014 3:25:00 AM UTC+5:30, [email protected] wrote:
>
> I have a similar problem...  After adding support for the new LCD, I get a 
> frame buffer error.  Mihir showed the same problem in his log.  What was 
> the solution to overcome this?
>
>  omaplfb: OMAPLFBInitFBDev: Device 0: Unknown FB format
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to