From 9aa7c157edfc08ce6ee70d8e44a7f162a657a329 Mon Sep 17 00:00:00 2001 From: Ian Ray Date: Mon, 15 Oct 2018 09:59:45 +0200 Subject: [PATCH] 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 --- board/ge/bx50v3/bx50v3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index f07141b..2eb1b65 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(); -- 2.7.4