summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/common.c
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2012-10-31 09:41:18 (GMT)
committerStephen Warren <swarren@nvidia.com>2012-11-15 22:09:21 (GMT)
commitfe508d776908b8512c6d936eb29e40bef1f4b8fc (patch)
tree5754a56879d50a4f2b5eef6d0558a71938bab424 /arch/arm/mach-tegra/common.c
parentd457ef358f3c7179c428becda45b1dfd2b8cf98a (diff)
downloadlinux-fsl-qoriq-fe508d776908b8512c6d936eb29e40bef1f4b8fc.tar.xz
ARM: tegra30: common: enable csite clock
Enable csite (debug and trace controller) clock at init to prevent it be disabled. And this also the necessary clock for CPU be brought up or resumed from a power-gating low power state. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r--arch/arm/mach-tegra/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c
index 3e03e5f..203a8b9 100644
--- a/arch/arm/mach-tegra/common.c
+++ b/arch/arm/mach-tegra/common.c
@@ -108,6 +108,7 @@ static __initdata struct tegra_clk_init_table tegra30_clk_init_table[] = {
{ "sclk", "pll_p_out4", 102000000, true },
{ "hclk", "sclk", 102000000, true },
{ "pclk", "hclk", 51000000, true },
+ { "csite", NULL, 0, true },
{ NULL, NULL, 0, 0},
};
#endif