From ff58ce2115d82dabea5f2e6e2a1e820f6d0e5ff3 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Fri, 8 May 2020 07:56:59 -0700 Subject: MLK-23964-1 video: Add video link framework The video link framework bases a port-endpoint gragh in DTB to connect the video components in uclass like: video, display, bridge, and panel. Using the port-endpoint gragh, we manage multiple video link and user can select one of them for splash screen. Signed-off-by: Ye Li (cherry picked from commit d6e6b1293f89b8a26033ac2f82151985f70e4036) --- common/stdio.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') diff --git a/common/stdio.c b/common/stdio.c index 54ecc9b53d..661d643748 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -17,6 +17,7 @@ #include #include #include +#include #if defined(CONFIG_SYS_I2C) #include @@ -345,6 +346,10 @@ int stdio_add_devices(void) #else #endif #ifdef CONFIG_DM_VIDEO + +#ifdef CONFIG_VIDEO_LINK + video_link_init(); +#endif /* * If the console setting is not in environment variables then * console_init_r() will not be calling iomux_doenv() (which calls -- cgit v1.2.3