summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-colibri_t20-panel.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-02-12 16:32:46 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-02-12 16:32:46 +0100
commita458d3512e38c790c18155740d2934d111b95b37 (patch)
tree7eb754c3940f481aed22fbd5be581a3edb76d5b6 /arch/arm/mach-tegra/board-colibri_t20-panel.c
parent5515087d06f97fba2856482e5f18f135599fc3c0 (diff)
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.
Diffstat (limited to 'arch/arm/mach-tegra/board-colibri_t20-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-colibri_t20-panel.c23
1 files changed, 11 insertions, 12 deletions
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 */