|
@@ -1877,7 +1877,11 @@ static struct tegra_cpu_car_ops tegra30_cpu_car_ops = {
|
|
|
};
|
|
|
|
|
|
static __initdata struct tegra_clk_init_table init_table[] = {
|
|
|
- {uarta, pll_p, 408000000, 1},
|
|
|
+ {uarta, pll_p, 408000000, 0},
|
|
|
+ {uartb, pll_p, 408000000, 0},
|
|
|
+ {uartc, pll_p, 408000000, 0},
|
|
|
+ {uartd, pll_p, 408000000, 0},
|
|
|
+ {uarte, pll_p, 408000000, 0},
|
|
|
{pll_a, clk_max, 564480000, 1},
|
|
|
{pll_a_out0, clk_max, 11289600, 1},
|
|
|
{extern1, pll_a_out0, 0, 1},
|