summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorScottPeterson <speterson@nvidia.com>2012-01-19 11:27:07 -0800
committerSimone Willett <swillett@nvidia.com>2012-02-09 12:55:17 -0800
commitf8b15a807aee558264589e3312f4964d775fc1b8 (patch)
tree24a7364a41600a66264dd9c57e6741d3d5d5496f /arch/arm/mach-tegra/Kconfig
parent232a39e1e78e034b39dd490243be9952ecef2731 (diff)
arm: tegra: Reduce coresite clock frequency
Source coresite clock from clk_m and reduce its frequency to 1Mhz to reduce the power consumption on csite module. BUG 922351 Signed-off-by: ScottPeterson <speterson@nvidia.com> Reviewed-on: http://git-master/r/76287 (cherry picked from commit 80c11f4c789efea49b30b8731711aa4c20d7630c) Change-Id: If8a75924229c8d6aae4fd449eff6ae2e194a6e45 Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com> Reviewed-on: http://git-master/r/79995 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-rw-r--r--arch/arm/mach-tegra/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index f811d2b203e0..a507373cc829 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -155,6 +155,7 @@ config MACH_TEGRA_ENTERPRISE
bool "Enterprise board"
depends on ARCH_TEGRA_3x_SOC
select MACH_HAS_SND_SOC_TEGRA_MAX98088 if SND_SOC
+ select TEGRA_SLOW_CSITE
help
Support for NVIDIA Enterprise development platform
@@ -471,3 +472,9 @@ config TEGRA_WDT_RECOVERY
suspend/resume hangs.
endif
+config TEGRA_SLOW_CSITE
+ bool "lower csite clock to 1 Mhz to reduce its power consumption"
+ default n
+ help
+ When enabled, csite will be running at 1 Mhz and the performance of
+ jtag, lauterbach and other debugger will be extremely slow.