From 5515087d06f97fba2856482e5f18f135599fc3c0 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 5 Feb 2013 15:26:27 +0100 Subject: apalis/colibri_t20/30: add CPT CLAA101NC05 display timings This patch adds display timings for the Chunghwa Picture Tubes CLAA101NC05 10.1 inch 1024x600@60 single channel LVDS panel. --- arch/arm/mach-tegra/board-apalis_t30-panel.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'arch/arm/mach-tegra/board-apalis_t30-panel.c') diff --git a/arch/arm/mach-tegra/board-apalis_t30-panel.c b/arch/arm/mach-tegra/board-apalis_t30-panel.c index 6d87e20a5397..fb2d24e0c6da 100644 --- a/arch/arm/mach-tegra/board-apalis_t30-panel.c +++ b/arch/arm/mach-tegra/board-apalis_t30-panel.c @@ -285,6 +285,21 @@ static struct tegra_dc_mode apalis_t30_panel_modes[] = { .h_front_porch = 16, .v_front_porch = 1, }, + { + /* Chunghwa Picture Tubes CLAA101NC05 10.1 inch 1024x600@60 + single channel LVDS panel */ + .pclk = 51206000, + .h_ref_to_sync = 11, + .v_ref_to_sync = 1, + .h_sync_width = 10, + .v_sync_width = 5, + .h_back_porch = 10, + .v_back_porch = 15, + .h_active = 1024, + .v_active = 600, + .h_front_porch = 300, + .v_front_porch = 15, + }, { /* 1024x768@60 */ .pclk = 78800000, -- cgit v1.2.3