When using LVDS LCD in 6-bit mode

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

When using LVDS LCD in 6-bit mode

ソリューションへジャンプ
3,725件の閲覧回数
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 解決策
3,690件の閲覧回数
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 返答(返信)
3,691件の閲覧回数
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

3,687件の閲覧回数
george
Senior Contributor II

 

Dear Igor,

wonderful!

Thank you for the clear answer.

BR,

George

0 件の賞賛
返信