Dear Yuri,
I have a question for LCD configuration.
I can see the LCD Configuration values in include/linux/fb.h like as below,
<Linux>/include/linux/fb.h
struct fb_videomode { <CLAA-WVGA>
const char *name; /* optional */ : "CLAA-WVGA" : CLAA-WVGA :
u32 refresh; /* optional */ : 57 : Refresh rate in Hz : FV
u32 xres; : 800 : resolution in x : HDISP
u32 yres; : 480 : resolution in y : VDISP
u32 pixclock; : 37037 : Pixel clock in picoseconds :
u32 left_margin; : 40 : Horizontal Back Porch : HBP
u32 right_margin; : 60 : Horizontal Front Porch : HFP
u32 upper_margin; : 10 : Vertical Back Porch : VBP
u32 lower_margin; : 10 : Vertical Front Porch : VFP
u32 hsync_len; : 20 : Hsync pulse width :
u32 vsync_len; : 10 : Vsync pulse width :
u32 sync; : FB_SYNC_CLK_LAT_FALL : Polarity on the Data Enable :
u32 vmode; : FB_VMODE_NONINTERLACED : Video Mode :
u32 flag; : 0 : 0 :
};
Could you tell me what register was configured for each values of fb_videomode?
Best Regards,
Eric.