diff options
author | Ian Ray <ian.ray@ge.com> | 2018-10-15 09:59:45 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 14:32:23 +0200 |
commit | 9aa7c157edfc08ce6ee70d8e44a7f162a657a329 (patch) | |
tree | ac5fda8f35bb4375e146df6363cb57efd0cf454e | |
parent | d9ea0d77a8ff2d0522313aa1bb65ee955e252c93 (diff) | |
download | u-boot-9aa7c157edfc08ce6ee70d8e44a7f162a657a329.tar.gz u-boot-9aa7c157edfc08ce6ee70d8e44a7f162a657a329.tar.bz2 u-boot-9aa7c157edfc08ce6ee70d8e44a7f162a657a329.zip |
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>
-rw-r--r-- | board/ge/bx50v3/bx50v3.c | 2 |
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(); |