When using LVDS LCD in 6-bit mode

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

When using LVDS LCD in 6-bit mode

跳至解决方案
2,414 次查看
george
Senior Contributor II

 

Hi All,

Tell me how to control the LVDS port output.

We try to use a specific LVDS-LCD with i.MX6-Solo.

When the LCD is in 6-bit mode, according to the LCD spec, the RXIN3 +/- input level should be fixed.

What settings should I make for i.MX6?

How should I change the DeviceTree and Driver-Code?

 

Best Regards,

George.

名称未設定.jpg

 

 

标签 (1)
0 项奖励
回复
1 解答
2,379 次查看
igorpadykov
NXP Employee
NXP Employee

Hi George

 

for such mode one can use ldb dts settings

fsl,data-mapping = "spwg";
fsl,data-width = <18>;

as in example below (&ldb {...)

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=l...

adjust lcd timings as in example below

https://community.nxp.com/t5/i-MX-Processors/How-to-change-SABRE-SD-screen-resolution-in-LOLLIPOP-5-...

 

Best regards
igor

在原帖中查看解决方案

2 回复数
2,380 次查看
igorpadykov
NXP Employee
NXP Employee

Hi George

 

for such mode one can use ldb dts settings

fsl,data-mapping = "spwg";
fsl,data-width = <18>;

as in example below (&ldb {...)

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6qdl-sabresd.dtsi?h=l...

adjust lcd timings as in example below

https://community.nxp.com/t5/i-MX-Processors/How-to-change-SABRE-SD-screen-resolution-in-LOLLIPOP-5-...

 

Best regards
igor

2,376 次查看
george
Senior Contributor II

 

Dear Igor,

wonderful!

Thank you for the clear answer.

BR,

George

0 项奖励
回复