From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 16 Sep 2019 21:50:28 +0200 Subject: [U-Boot] [PATCH 09/17] mx6sabresd: convert to DM_VIDEO In-Reply-To: <20190916212138.1d269cb9@crub> References: <20190318222947.7148-1-agust@denx.de> <20190318222947.7148-10-agust@denx.de> <20190916212138.1d269cb9@crub> Message-ID: <20190916215028.655a8e1b@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Mon, 16 Sep 2019 21:21:38 +0200 Anatolij Gustschin agust at denx.de wrote: >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. There is an example how boards can enforce using video device when booting, e.g. for displaying splash image. Please see commit f0be8ff45fb8 (ARM: imx: m53menlo: Convert to DM VIDEO). I'm not happy that it requires to extend the board code for this and would prefer if it could be in common code. But this is what we have now. -- Anatolij