Skip to content

Commit

Permalink
Add support for display 10.1 (12080x800) and 1080p.
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-pagano committed Jan 15, 2017
1 parent 12924ae commit cfdba39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions board/udoo/a62/mx6qd_a62.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,10 @@ int do_a62init(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
#endif
} else if (strcmp(video, "lvds15") == 0) {
video_part = "-lvds15";
} else if (strcmp(video, "lvds10") == 0) {
video_part = "-lvds10";
} else if (strcmp(video, "lvds1080") == 0) {
video_part = "-lvds1080";
} else if (strcmp(video, "lvds7hdmi") == 0) {
video_part = "-lvds7hdmi";
#ifdef CONFIG_ANDROID_SUPPORT
Expand Down

0 comments on commit cfdba39

Please sign in to comment.