i.mx6q RGB interface LCD use DE mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.mx6q RGB interface LCD use DE mode

685 Views
wilsonchen
Contributor III

hi all,

现在我使用i.mx6q芯片,L3.0.35_4.1.0_GA 内核,使用RGB接口的LCD,kernel默认使用的为sync mode(HSYNC/VSYNC)。我的问题是,在代码里面如何设置为DE mode来控制LCD

谢谢

Labels (2)
0 Kudos
1 Reply

367 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Wilson,

If you want to enable the LVDS0 please check In kernel_imx/arch/arm/mach-mx6/board-mx6q_sabresd.c for 3.0.35 BSP

static struct fsl_mxc_ldb_platform_data ldb_data = {

  .ipu_id = 1,

  .disp_id = 1,

  .ext_ref = 1,

  //.mode = LDB_SEP1,

  .mode = LDB_SEP0,

  .sec_ipu_id = 1,

  .sec_disp_id = 0,

};

Regards

0 Kudos