diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-01-28 17:34:19 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2014-01-29 15:12:40 +0100 |
commit | 8a87a46328d2e248cf11e1d2588ef42d67110b73 (patch) | |
tree | aea8d403b8cfb528a2e55f621ef29659895b2845 /arch | |
parent | fbc6268fac01db1618eaa34c981d63a720d27c65 (diff) |
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.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-colibri_t20-panel.c | 3 |
1 files changed, 2 insertions, 1 deletions
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), |