From 8a87a46328d2e248cf11e1d2588ef42d67110b73 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 28 Jan 2014 17:34:19 +0100 Subject: video: tegra: remove special clocks for Tegra 2 Remove special clocks for Tegra 2, but use backup clock source instead. This allows to run all common used resolution within the drivers -1/+9% allowed band for pixelclock exactness. --- arch/arm/mach-tegra/board-colibri_t20-panel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/board-colibri_t20-panel.c b/arch/arm/mach-tegra/board-colibri_t20-panel.c index c4746590d209..4c11b6c7f6e1 100644 --- a/arch/arm/mach-tegra/board-colibri_t20-panel.c +++ b/arch/arm/mach-tegra/board-colibri_t20-panel.c @@ -235,7 +235,8 @@ static struct tegra_dc_out_pin colibri_t20_dc_out_pins[] = { static struct tegra_dc_out colibri_t20_disp1_out = { .type = TEGRA_DC_OUT_RGB, -// .parent_clk = "pll_c", + .parent_clk = "pll_p", + .parent_clk_backup = "pll_d", .max_pixclock = KHZ2PICOS(162000), -- cgit v1.2.3