From 2fbc9e65c3e248edeb29ff6281658f7c4e1f83ad Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 5 Feb 2013 13:00:04 +0100 Subject: apalis_t30: add LG LP156WF1 display timings This patch adds display timings for the LG LP156WF1 15.6 inch full HD dual channel LVDS panel. --- arch/arm/mach-tegra/board-apalis_t30-panel.c | 13 +++++++++++++ 1 file changed, 13 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 04624110bce3..6d87e20a5397 100644 --- a/arch/arm/mach-tegra/board-apalis_t30-panel.c +++ b/arch/arm/mach-tegra/board-apalis_t30-panel.c @@ -396,6 +396,19 @@ static struct tegra_dc_mode apalis_t30_panel_modes[] = { .v_front_porch = 1, //high active vertical sync polarity }, + { + /* LG LP156WF1 15.6 inch full HD dual channel LVDS panel */ + .pclk = 138500000, + .h_sync_width = 32, + .v_sync_width = 5, + .h_back_porch = 80, + .v_back_porch = 46, + .h_active = 1920, + .v_active = 1080, + .h_front_porch = 48, + .v_front_porch = 6, + //low active sync polarities, high pixel clock polarity + }, { /* 1920x1080p 59.94/60hz EIA/CEA-861-B Format 16 */ .pclk = 148500000, -- cgit v1.2.3