From a458d3512e38c790c18155740d2934d111b95b37 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 12 Feb 2013 16:32:46 +0100 Subject: apalis/colibri_t20/30: updated Fusion 10 display timings This patch contains updated display timings for the TouchRevolution Fusion 10 aka Chunghwa Picture Tubes CLAA101NC05 10.1 inch 1024x600@60 single channel LVDS panel. While at it add a note that the backlight brightness polarity is display model specific. --- arch/arm/mach-tegra/board-colibri_t20-panel.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'arch/arm/mach-tegra/board-colibri_t20-panel.c') diff --git a/arch/arm/mach-tegra/board-colibri_t20-panel.c b/arch/arm/mach-tegra/board-colibri_t20-panel.c index effdcbdd126c..53e604838d72 100644 --- a/arch/arm/mach-tegra/board-colibri_t20-panel.c +++ b/arch/arm/mach-tegra/board-colibri_t20-panel.c @@ -80,8 +80,9 @@ static int colibri_t20_backlight_notify(struct device *dev, int brightness) gpio_set_value(colibri_t20_bl_enb, !!brightness); - /* unified TFT interface displays (e.g. EDT ET070080DH6) LEDCTRL pin - with inverted behaviour (e.g. 0V brightest vs. 3.3V darkest) */ + /* Unified TFT interface displays (e.g. EDT ET070080DH6) LEDCTRL pin + with inverted behaviour (e.g. 0V brightest vs. 3.3V darkest) + Note: brightness polarity display model specific */ if (brightness) return pdata->max_brightness - brightness; else return brightness; } @@ -252,19 +253,17 @@ static struct tegra_dc_mode colibri_t20_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, + /* TouchRevolution Fusion 10 aka Chunghwa Picture Tubes + CLAA101NC05 10.1 inch 1024x600 single channel LVDS panel */ + .pclk = 48000000, + .h_sync_width = 5, .v_sync_width = 5, - .h_back_porch = 10, - .v_back_porch = 15, + .h_back_porch = 104, + .v_back_porch = 24, .h_active = 1024, .v_active = 600, - .h_front_porch = 300, - .v_front_porch = 15, + .h_front_porch = 43, + .v_front_porch = 20, }, { /* 1024x768@60 */ -- cgit v1.2.3