video/drm: display: Downgrade "available display" messages to debug

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: Ie12ae2a2f412706eb1dc566cf3ce2226de58bfac
This commit is contained in:
Wyon Bi 2020-07-23 14:48:16 +08:00 committed by Jianhong Chen
parent ac6274b35d
commit 5cfabef40a
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ static int rockchip_display_probe(struct udevice *dev)
}
if (list_empty(&rockchip_display_list)) {
printf("Failed to found available display route\n");
debug("Failed to found available display route\n");
return -ENODEV;
}