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

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 festevam@gmail.com --- 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

On Tue, Sep 17, 2019 at 10:03 AM Fabio Estevam festevam@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.
This reverts commit f3592ceac9810b34801772b6d335d8f7cff4c287.
Signed-off-by: Fabio Estevam festevam@gmail.com
Acked-by: Otavio Salvador otavio@ossystems.com.br

Hi Fabio,
On Tue, 17 Sep 2019 10:02:54 -0300 Fabio Estevam festevam@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

Hi Anatolij,
On Thu, Sep 19, 2019 at 2:38 PM Anatolij Gustschin agust@denx.de 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
participants (3)
-
Anatolij Gustschin
-
Fabio Estevam
-
Otavio Salvador