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
The bootloader doesn't need configure display driver,as the purpose of bootloader is booting kernel.
Please follow drivers/video/adv7535.c to port sn65dsi84 driver in uboot.Then you need modify drivers/video/Makefile and drivers/video/Kconfig
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
No, you don't need add same configuration for sn65dsi84 in Uboot.