From 4c4136af2c304d0f44e0ddab61ed54609ec947eb Mon Sep 17 00:00:00 2001 From: Donghan Ryu Date: Tue, 7 Jun 2011 03:36:24 +0900 Subject: arm: tegra: adding max_pixclock to board-xxx-panel.c setting max_pixclock for cardhu, enterprise, ventana and enterprise to 148.5Mhz Original-Change-Id: Ia734bdb9817913183bbf721bf3c14573c9a75888 Reviewed-on: http://git-master/r/35254 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: Rad2bb72f869ade2720ed313599fb882c571e80da --- arch/arm/mach-tegra/board-cardhu-panel.c | 2 ++ arch/arm/mach-tegra/board-enterprise-panel.c | 2 ++ arch/arm/mach-tegra/board-ventana-panel.c | 2 ++ arch/arm/mach-tegra/board-whistler-panel.c | 2 ++ 4 files changed, 8 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c index c8988b6febba..d73e5b606923 100644 --- a/arch/arm/mach-tegra/board-cardhu-panel.c +++ b/arch/arm/mach-tegra/board-cardhu-panel.c @@ -523,6 +523,8 @@ static struct tegra_dc_out cardhu_disp2_out = { .dcc_bus = 3, .hotplug_gpio = cardhu_hdmi_hpd, + .max_pixclock = KHZ2PICOS(148500), + .align = TEGRA_DC_ALIGN_MSB, .order = TEGRA_DC_ORDER_RED_BLUE, diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c index e64a031bfbcf..c56e045b1ceb 100644 --- a/arch/arm/mach-tegra/board-enterprise-panel.c +++ b/arch/arm/mach-tegra/board-enterprise-panel.c @@ -320,6 +320,8 @@ static struct tegra_dc_out enterprise_disp2_out = { .dcc_bus = 3, .hotplug_gpio = enterprise_hdmi_hpd, + .max_pixclock = KHZ2PICOS(148500), + .align = TEGRA_DC_ALIGN_MSB, .order = TEGRA_DC_ORDER_RED_BLUE, diff --git a/arch/arm/mach-tegra/board-ventana-panel.c b/arch/arm/mach-tegra/board-ventana-panel.c index 6563e7cf6d75..ce0f7caf2b1b 100644 --- a/arch/arm/mach-tegra/board-ventana-panel.c +++ b/arch/arm/mach-tegra/board-ventana-panel.c @@ -248,6 +248,8 @@ static struct tegra_dc_out ventana_disp2_out = { .dcc_bus = 1, .hotplug_gpio = ventana_hdmi_hpd, + .max_pixclock = KHZ2PICOS(148500), + .align = TEGRA_DC_ALIGN_MSB, .order = TEGRA_DC_ORDER_RED_BLUE, diff --git a/arch/arm/mach-tegra/board-whistler-panel.c b/arch/arm/mach-tegra/board-whistler-panel.c index 9603b69bc107..ef46b51ea75c 100644 --- a/arch/arm/mach-tegra/board-whistler-panel.c +++ b/arch/arm/mach-tegra/board-whistler-panel.c @@ -195,6 +195,8 @@ static struct tegra_dc_out whistler_disp2_out = { .dcc_bus = 1, .hotplug_gpio = whistler_hdmi_hpd, + .max_pixclock = KHZ2PICOS(148500), + .align = TEGRA_DC_ALIGN_MSB, .order = TEGRA_DC_ORDER_RED_BLUE, -- cgit v1.2.3