From: Ian Ray Date: Mon, 15 Oct 2018 07:59:45 +0000 (+0200) Subject: board: ge: bx50v3: b{4,6}50v3 modeline X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=9aa7c157edfc08ce6ee70d8e44a7f162a657a329;p=u-boot.git board: ge: bx50v3: b{4,6}50v3 modeline The b{4,6}50v3 kernel framebuffer console requires a modeline otherwise the LVDS panel shows garbage. Signed-off-by: Ian Ray Signed-off-by: Fabien Lahoudere --- diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index f07141b1c3..2eb1b65a3d 100644 --- a/board/ge/bx50v3/bx50v3.c +++ b/board/ge/bx50v3/bx50v3.c @@ -809,6 +809,8 @@ int board_late_init(void) if (is_b850v3()) env_set("videoargs", "video=DP-1:1024x768@60 video=HDMI-A-1:1024x768@60"); + else + env_set("videoargs", "video=LVDS-1:1024x768@65"); /* board specific pmic init */ pmic_init();