summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra2_dvfs.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-14 17:04:36 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-22 23:26:32 -0700
commitbb73cdf20f5f8db10d844dc1fa1b4510e9b31d0a (patch)
treef2dd306ab7f5d2d09463c158b1207f5f56609b31 /arch/arm/mach-tegra/tegra2_dvfs.c
parent02da4991308719c7de8930b88fe990136a9a168a (diff)
HACK: disable DVFS - tegra otg was calling clk_enable in atomic context
Rebase-Id: Rfab78b9c453b9c1f55c780f8c99507a58cbeaece
Diffstat (limited to 'arch/arm/mach-tegra/tegra2_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra2_dvfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra2_dvfs.c b/arch/arm/mach-tegra/tegra2_dvfs.c
index 264811948737..6a418a0d3073 100644
--- a/arch/arm/mach-tegra/tegra2_dvfs.c
+++ b/arch/arm/mach-tegra/tegra2_dvfs.c
@@ -155,6 +155,7 @@ static struct dvfs_rail *tegra2_dvfs_rails[] = {
}
static struct dvfs dvfs_init[] = {
+#if 0
/* Cpu voltages (mV): 750, 775, 800, 825, 850, 875, 900, 925, 950, 975, 1000, 1025, 1050, 1100, 1125 */
CPU_DVFS("cpu", 0, 0, MHZ, 314, 314, 314, 456, 456, 456, 608, 608, 608, 760, 817, 817, 912, 1000),
CPU_DVFS("cpu", 0, 1, MHZ, 314, 314, 314, 456, 456, 456, 618, 618, 618, 770, 827, 827, 922, 1000),
@@ -241,6 +242,7 @@ static struct dvfs dvfs_init[] = {
CORE_DVFS("vde", 3, 1, KHZ, 171000, 218500, 300000, 300000, 300000, 300000, 300000),
/* What is this? */
CORE_DVFS("NVRM_DEVID_CLK_SRC", -1, 1, MHZ, 480, 600, 800, 1067, 1067, 1067, 1067),
+#endif
};
int tegra_dvfs_disable_core_set(const char *arg, const struct kernel_param *kp)