summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-07-25 17:18:46 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-07-29 16:28:58 +0200
commita2e9251becc84c30acad06be48d051ad07101c81 (patch)
tree3c40dff737cc0c3f189aa326ffd777ee7ba1b4cc
parentbd1af4aa1cf9d7a5226371b447c356a04a815bc2 (diff)
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.
-rw-r--r--drivers/video/fbdev/mxsfb.c4
1 files changed, 0 insertions, 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;