U-Boot configuration for sn65dsi84 in iMX8M Mini

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

U-Boot configuration for sn65dsi84 in iMX8M Mini

4,047件の閲覧回数
Hrithik
Contributor III

Hi NXP Team,

We are working on bringup of Display module on Android 11 OS on iMX8M Mini using LVDS bridge. We have already integrated sn65dsi84 LVDS driver and made corresponding changes in kernel dtsi.

 

Query is, what changes should be the done in uboot?

Can we add the same kernel dtsi changes in uboot dtsi?

Should we add the same driver in uboot-imx/drivers ?

Kindly help us with the same.

 

Thanks,

Hrithik

0 件の賞賛
返信
8 返答(返信)

4,022件の閲覧回数
Hrithik
Contributor III

Hi @Zhiming_Liu ,

Thanks for the reply.

 

If not same changes, could you please guide us regarding the changes to be done with respect to Uboot?

 

Thanks.

0 件の賞賛
返信

4,019件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

The bootloader doesn't need configure display driver,as the purpose of bootloader is booting kernel.

0 件の賞賛
返信

4,014件の閲覧回数
Hrithik
Contributor III

Hi @Zhiming_Liu ,

I got your point, but then how will the Boot logo ("NXP") will get displayed as it is a part of bootloader?

What changes we need to do for that?

Thanks.

0 件の賞賛
返信

4,011件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Please follow drivers/video/adv7535.c to port sn65dsi84 driver in uboot.Then you need modify drivers/video/Makefile and drivers/video/Kconfig

0 件の賞賛
返信

3,955件の閲覧回数
Hrithik
Contributor III

Hi @Zhiming_Liu ,

 

I couldnt find any sn65dsi83 uboot driver to port corresponding to adv7535 as you mentioned. Could you please help us here as we are stuck with uboot configuration?

 

Thanks.

0 件の賞賛
返信

4,006件の閲覧回数
Hrithik
Contributor III

adv7535.c is quite different than the sn65dsi83_brg.c and sn65dsi83_drv.c we got from TI.

Could you kindly share the necessary changes.

Thanks.

0 件の賞賛
返信

3,952件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You need put core register write(which in linux driver,use regmap) into your driver like adv7535_enable, you  can change driver based on adv7535.c

0 件の賞賛
返信

4,032件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

No, you don't need add same configuration for sn65dsi84 in Uboot.

0 件の賞賛
返信