summaryrefslogtreecommitdiff
path: root/board/ge
diff options
context:
space:
mode:
authorIan Ray <ian.ray@ge.com>2018-10-15 09:59:45 +0200
committerStefano Babic <sbabic@denx.de>2018-10-22 14:32:23 +0200
commit9aa7c157edfc08ce6ee70d8e44a7f162a657a329 (patch)
treeac5fda8f35bb4375e146df6363cb57efd0cf454e /board/ge
parentd9ea0d77a8ff2d0522313aa1bb65ee955e252c93 (diff)
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 <ian.ray@ge.com> Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
Diffstat (limited to 'board/ge')
-rw-r--r--board/ge/bx50v3/bx50v3.c2
1 files changed, 2 insertions, 0 deletions
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();