clk: tegra: Initialize DSI low-power clocks
authorThierry Reding <thierry.reding@gmail.com>
Mon, 18 Nov 2013 15:11:36 +0000 (16:11 +0100)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Tue, 26 Nov 2013 16:46:58 +0000 (18:46 +0200)
The low-power DSI clocks are used during host-driven transactions on the
DSI bus. Documentation recommends that they be children of PLLP and run
at a frequency of at least 52 MHz.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/clk/tegra/clk-tegra114.c

index 2a1b0b8..29b9125 100644 (file)
@@ -1299,6 +1299,8 @@ static struct tegra_clk_init_table init_table[] __initdata = {
        {TEGRA114_CLK_DISP2, TEGRA114_CLK_PLL_P, 0, 0},
        {TEGRA114_CLK_GR2D, TEGRA114_CLK_PLL_C2, 300000000, 0},
        {TEGRA114_CLK_GR3D, TEGRA114_CLK_PLL_C2, 300000000, 0},
+       {TEGRA114_CLK_DSIALP, TEGRA114_CLK_PLL_P, 68000000, 0},
+       {TEGRA114_CLK_DSIBLP, TEGRA114_CLK_PLL_P, 68000000, 0},
 
        /* This MUST be the last entry. */
        {TEGRA114_CLK_CLK_MAX, TEGRA114_CLK_CLK_MAX, 0, 0},