Not able to interface lvds with custom display panel forImx8dx custom board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Not able to interface lvds with custom display panel forImx8dx custom board

跳至解决方案
1,741 次查看
afridi20
Contributor III

Hi sir/mam,

I am trying to set up display for imx8dx using lvds interface(lvds0) with custom panel LCX07700131GG00. Need boot args and kernel commands arguments without lvds to hdmi bridge. Also suggest some example for dts configuration to interface lvds0 with any panel.

Thank you in advance. 

0 项奖励
回复
1 解答
1,735 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Sulaiman

 

one can look at imx8x-mek-jdi-wuxga-lvds0-panel.dtsi example
lvds1_panel {

compatible = "jdi,tx26d202vm0bwa"

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek-jd...

and adjust custom lcd timings in structure display_timing jdi_tx26d202vm0bwa_timing

https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-...

 

Best regards
igor

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,736 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Sulaiman

 

one can look at imx8x-mek-jdi-wuxga-lvds0-panel.dtsi example
lvds1_panel {

compatible = "jdi,tx26d202vm0bwa"

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8x-mek-jd...

and adjust custom lcd timings in structure display_timing jdi_tx26d202vm0bwa_timing

https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/gpu/drm/panel/panel-simple.c?h=lf-...

 

Best regards
igor

0 项奖励
回复
1,682 次查看
afridi20
Contributor III

Thank you  @igorpadykov.

 I am unable to find the LVDS driver file in android source (Android Q10.0.0_2.6.0) for lvds interface with custom panel. Also we are not able to build the LDB driver as build is not happening even after enabling the CONFIG_FB_MXC_LDB in defconfig file .

 

Please help on both the issues mentioned above

0 项奖励
回复