summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Pedro <mapedro@nvidia.com>2013-07-11 14:36:42 -0400
committerMatthew Pedro <mapedro@nvidia.com>2013-07-11 11:45:04 -0700
commitf0ede5d4442a7a2d834396e23295e449119390c9 (patch)
tree389a3395a60aac2b375e008d9bfa4eac4de2d282
parented037358021f408a895cec4be9b6643efe7bee97 (diff)
Revert "arm: tegra: dalmore: add default hdmi panel mode"
This reverts commit ed037358021f408a895cec4be9b6643efe7bee97. Change-Id: Idd6d4904ace18ceb2cb29d66a7cb2e648ea1610f Signed-off-by: Matt Pedro <mapedro@nvidia.com> Reviewed-on: http://git-master/r/247979
-rw-r--r--arch/arm/mach-tegra/board-dalmore-panel.c23
1 files changed, 2 insertions, 21 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-panel.c b/arch/arm/mach-tegra/board-dalmore-panel.c
index 19635cd20dc7..d38b2048d8d1 100644
--- a/arch/arm/mach-tegra/board-dalmore-panel.c
+++ b/arch/arm/mach-tegra/board-dalmore-panel.c
@@ -277,22 +277,6 @@ struct tegra_hdmi_out dalmore_hdmi_out = {
.n_tmds_config = ARRAY_SIZE(dalmore_tmds_config),
};
-static struct tegra_dc_mode hdmi_panel_modes[] = {
- {
- .pclk = KHZ2PICOS(25200),
- .h_ref_to_sync = 1,
- .v_ref_to_sync = 1,
- .h_sync_width = 96, /* hsync_len */
- .v_sync_width = 2, /* vsync_len */
- .h_back_porch = 48, /* left_margin */
- .v_back_porch = 33, /* upper_margin */
- .h_active = 640, /* xres */
- .v_active = 480, /* yres */
- .h_front_porch = 16, /* right_margin */
- .v_front_porch = 10, /* lower_margin */
- },
-};
-
static struct tegra_dc_out dalmore_disp2_out = {
.type = TEGRA_DC_OUT_HDMI,
.flags = TEGRA_DC_OUT_HOTPLUG_HIGH,
@@ -303,9 +287,6 @@ static struct tegra_dc_out dalmore_disp2_out = {
.hdmi_out = &dalmore_hdmi_out,
.max_pixclock = KHZ2PICOS(297000),
- .modes = hdmi_panel_modes,
- .n_modes = ARRAY_SIZE(hdmi_panel_modes),
- .depth = 24,
.align = TEGRA_DC_ALIGN_MSB,
.order = TEGRA_DC_ORDER_RED_BLUE,
@@ -335,8 +316,8 @@ static struct tegra_dc_platform_data dalmore_disp1_pdata = {
static struct tegra_fb_data dalmore_disp2_fb_data = {
.win = 0,
- .xres = 640,
- .yres = 480,
+ .xres = 1024,
+ .yres = 600,
.bits_per_pixel = 32,
.flags = TEGRA_FB_FLIP_ON_PROBE,
};