summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-apalis_t30-panel.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-02-05 15:26:27 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-02-05 15:26:27 +0100
commit5515087d06f97fba2856482e5f18f135599fc3c0 (patch)
tree8f8b4d5971aad18267237eee7264fb3b28e4263b /arch/arm/mach-tegra/board-apalis_t30-panel.c
parent2fbc9e65c3e248edeb29ff6281658f7c4e1f83ad (diff)
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.
Diffstat (limited to 'arch/arm/mach-tegra/board-apalis_t30-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-apalis_t30-panel.c15
1 files changed, 15 insertions, 0 deletions
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
@@ -286,6 +286,21 @@ static struct tegra_dc_mode apalis_t30_panel_modes[] = {
.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,
.h_sync_width = 96,