ARM: tegra30: common: enable csite clock
authorJoseph Lo <josephl@nvidia.com>
Wed, 31 Oct 2012 09:41:18 +0000 (17:41 +0800)
committerStephen Warren <swarren@nvidia.com>
Thu, 15 Nov 2012 22:09:21 +0000 (15:09 -0700)
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>
arch/arm/mach-tegra/common.c

index 3e03e5f..203a8b9 100644 (file)
@@ -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