HI:
qiang,Thank you very much.
1.Your said:The MIPI DSI pins have no IOMUX.Your mean that I don't need defining pins in board-mx6dl_sabresd.c
2.Before i do the lcd ,i remembered that i modified in below files:
board-mx6q_sabresd.c and mxc_lcdif.c
I put the LCD timing parameters in the file:mxc_lcdif.c
just a example.
{
/* 800x480 @ 57 Hz , pixel clk @ 27MHz */
"CLAA-WVGA", 57, 800, 480, 37037, 40, 60, 10, 10, 20, 10,
FB_SYNC_CLK_LAT_FALL,
FB_VMODE_NONINTERLACED,
0,},
The word:Freescale verified mipi display: drivers\video\mxc\mxcfb_hx8369_wvga.c
It told me that i need putting the mipi lcd timing parameters in the file mxcfb_hx8369_wvga.c?
static struct fb_videomode truly_lcd_modedb[] = {
{
"TRULY-WVGA", 64, 480, 800, 37880,
8, 8,
6, 6,
8, 6,
FB_SYNC_OE_LOW_ACT,
FB_VMODE_NONINTERLACED,
0,
},
}; This struct was defined in the file mxcfb_hx8396_wvga.c
Best Regards