[U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO

Anatolij Gustschin agust at denx.de
Mon Sep 16 19:21:38 UTC 2019


Hi Fabio,

On Mon, 16 Sep 2019 15:18:34 -0300
Fabio Estevam festevam at gmail.com wrote:
...
> > -CONFIG_VIDEO=y
> > +CONFIG_DM_VIDEO=y  
> 
> I am running the latest tree from Stefano and I do not have LVDS
> output after this patch.
> 
> If I revert it, then LVDS output is normal again.
> 
> Any ideas?

Most probably this is because there was no user of the video
device when booting and therefore the video driver was not
probed/bound. Please try do display some bitmap with bmp
command or try to switch to the video console by command
"setenv stdout vidconsole0". Then, the video device will be
probed and you should see the LVDS output.

--
Anatolij


More information about the U-Boot mailing list