
16 Sep
2019
16 Sep
'19
8:18 p.m.
Hi Anatolij,
On Mon, Mar 18, 2019 at 7:36 PM Anatolij Gustschin agust@denx.de wrote:
Enable DM_VIDEO in defconfig.
Signed-off-by: Anatolij Gustschin agust@denx.de
configs/mx6sabresd_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index ea34217e1c..825218c0d6 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -93,6 +93,6 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y -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?
Thanks