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

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

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

Jump to solution
1,782 Views
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 Kudos
Reply
1 Solution
1,776 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,777 Views
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 Kudos
Reply
1,723 Views
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 Kudos
Reply