diff options
author | Colin Cross <ccross@android.com> | 2011-03-28 15:20:55 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:34:23 -0800 |
commit | c0e115b08c4528b9bc86d6e4be92043cb09c8c42 (patch) | |
tree | afbd282f6d3ae88aec0197960b640bd29c286a8e /arch/arm/mach-tegra/common.c | |
parent | a1c4cc2df7fc4f286763514de76a2b5396a4c58e (diff) |
ARM: tegra: Keep pll_m_out1 enabled
sclk, which clocks all of the internal busses, runs off
pll_m_out1 during resume. To prevent it getting turned off,
always keep pll_m_out1 on.
Change-Id: I30c55ad4625165e4c8d3df941b31fd561cbe4f63
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index 87ef402f912c..2e7da898cb43 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -59,6 +59,7 @@ static __initdata struct tegra_clk_init_table common_clk_init_table[] = { { "pll_p_out2", "pll_p", 48000000, true }, { "pll_p_out3", "pll_p", 72000000, true }, { "pll_p_out4", "pll_p", 108000000, true }, + { "pll_m_out1", NULL, 0, true }, { "sclk", "pll_p_out4", 108000000, true }, { "hclk", "sclk", 108000000, true }, { "pclk", "hclk", 54000000, true }, |