diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-03-24 01:06:17 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-03-24 01:06:17 +0100 |
commit | 7ebbec5940b501966155fc30408b1564e357c4f6 (patch) | |
tree | 161c10d77aa0d0e2e0ea610438ca4993fbc97de6 /arch/arm | |
parent | 566aa5f6807d4b7792dd6d54e4787a0d5cdb2aa1 (diff) |
Revert "colibri_t20: android: 720p as default none VGA TFTLCD resolution"
Due to 720p not working well with most regular analogue screens and as
customers rather might want to evaluate using our 7 inch EDT
ET070080DH6 panel revert to 800x480 if not default VGA TFTLCD
resolution is chosen.
This reverts commit 0fc41ea361c79175f2076a349a0ba0dcc7e71131.
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/board-colibri_t20-panel.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board-colibri_t20-panel.c b/arch/arm/mach-tegra/board-colibri_t20-panel.c index 53e604838d72..6b8fea1dc631 100644 --- a/arch/arm/mach-tegra/board-colibri_t20-panel.c +++ b/arch/arm/mach-tegra/board-colibri_t20-panel.c @@ -225,7 +225,6 @@ static struct tegra_dc_mode colibri_t20_panel_modes[] = { .v_front_porch = 10, /* lower_margin */ }, #else /* TEGRA_FB_VGA */ -#ifndef CONFIG_ANDROID { /* 800x480@60 (e.g. EDT ET070080DH6) */ .pclk = 32460000, @@ -290,7 +289,6 @@ static struct tegra_dc_mode colibri_t20_panel_modes[] = { .h_front_porch = 64, .v_front_porch = 3, }, -#endif /* CONFIG_ANDROID */ { /* 1280x720@70 */ .pclk = 86400000, @@ -452,13 +450,8 @@ static struct tegra_fb_data colibri_t20_fb_data = { .xres = 640, .yres = 480, #else /* TEGRA_FB_VGA */ -#ifndef CONFIG_ANDROID .xres = 800, .yres = 480, -#else /* CONFIG_ANDROID */ - .xres = 1280, - .yres = 720, -#endif /* CONFIG_ANDROID */ #endif /* TEGRA_FB_VGA */ .bits_per_pixel = 16, .flags = TEGRA_FB_FLIP_ON_PROBE, |