Re: [U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"

2019-09-19 Thread Fabio Estevam
Hi Anatolij,

On Thu, Sep 19, 2019 at 2:38 PM Anatolij Gustschin  wrote:

> Could you please test on mx6sabresd with this [1] series applied?

Yes, it works, thanks!

Please apply your series for the upcoming 2019.10 release.

Thanks
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"

2019-09-19 Thread Anatolij Gustschin
Hi Fabio,

On Tue, 17 Sep 2019 10:02:54 -0300
Fabio Estevam feste...@gmail.com wrote:

> The conversion to CONFIG_DM_VIDEO causes no output at all
> in the LVDS panel.
> 
> Switch back to the non-DM video option until this is resolved,
> to avoid splashscreen functionality regression.

Could you please test on mx6sabresd with this [1] series applied?

I tested this on Wandboard (i.MX6SOLO), splashscreen worked.

Thanks!

[1] http://patchwork.ozlabs.org/project/uboot/list/?series=131603

--
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"

2019-09-17 Thread Otavio Salvador
On Tue, Sep 17, 2019 at 10:03 AM Fabio Estevam  wrote:
>
> The conversion to CONFIG_DM_VIDEO causes no output at all
> in the LVDS panel.
>
> Switch back to the non-DM video option until this is resolved,
> to avoid splashscreen functionality regression.
>
> This reverts commit f3592ceac9810b34801772b6d335d8f7cff4c287.
>
> Signed-off-by: Fabio Estevam 

Acked-by: Otavio Salvador 

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH] Revert "mx6sabresd: convert to DM_VIDEO"

2019-09-17 Thread Fabio Estevam
The conversion to CONFIG_DM_VIDEO causes no output at all
in the LVDS panel.

Switch back to the non-DM video option until this is resolved,
to avoid splashscreen functionality regression.

This reverts commit f3592ceac9810b34801772b6d335d8f7cff4c287.

Signed-off-by: Fabio Estevam 
---
 configs/mx6sabresd_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index e7e989df9c..b3853c544c 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -96,5 +96,5 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
 CONFIG_USB_HOST_ETHER=y
 CONFIG_USB_ETHER_ASIX=y
-CONFIG_DM_VIDEO=y
+CONFIG_VIDEO=y
 CONFIG_VIDEO_IPUV3=y
-- 
2.17.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot