From a2e9251becc84c30acad06be48d051ad07101c81 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Thu, 25 Jul 2019 17:18:46 +0200 Subject: Revert "video: fbdev: mxsfb: honor native-mode" This commit should not be in 4.14 and was accidentally introduced from 4.1 to 4.9 merge. It originally was deleted with commit: "f397f60e video: fbdev: mxsfb: allow setting display timings via kernel command line" This reverts commit 721dee144c883aebd6e997a53eed3ab3c24cef79. --- drivers/video/fbdev/mxsfb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/video/fbdev/mxsfb.c b/drivers/video/fbdev/mxsfb.c index 8dd9cc694c2f..697963a395ec 100644 --- a/drivers/video/fbdev/mxsfb.c +++ b/drivers/video/fbdev/mxsfb.c @@ -1418,10 +1418,6 @@ static int mxsfb_init_fbinfo_dt(struct mxsfb_info *host) INIT_LIST_HEAD(&fb_info->modelist); for (i = 0; i < timings->num_timings; i++) { - /* Only consider native mode */ - if (i != timings->native_mode) - continue; - ret = videomode_from_timings(timings, &vm, i); if (ret < 0) goto put_display_node; -- cgit v1.2.3