board: ge: bx50v3: b{4,6}50v3 modeline
authorIan Ray <ian.ray@ge.com>
Mon, 15 Oct 2018 07:59:45 +0000 (09:59 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Oct 2018 12:32:23 +0000 (14:32 +0200)
The b{4,6}50v3 kernel framebuffer console requires a modeline otherwise
the LVDS panel shows garbage.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
board/ge/bx50v3/bx50v3.c

index f07141b1c34b9d6483322ef222714004bff02eb2..2eb1b65a3dc78b2ab70b92a3abf6dde941055228 100644 (file)
@@ -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();