summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-14 17:04:36 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:43 -0800
commitb1d6852771fc2f75e7ead1a7a6cbf98c0e3084bf (patch)
treefb46a2f56591c95311e51b69723602e9727a0f12
parent148214f324e198395647062cfe630f600062b16c (diff)
HACK: disable DVFS - tegra otg was calling clk_enable in atomic context
Rebase-Id: Rfab78b9c453b9c1f55c780f8c99507a58cbeaece
-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 2f2adf518817..43903aa18105 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)