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

Fabio Estevam festevam at gmail.com
Tue Sep 17 13:02:54 UTC 2019


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 at 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
-- 
2.17.1



More information about the U-Boot mailing list