summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_dvfs.c
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2013-12-26 20:44:10 -0800
committerTom Cherry <tcherry@nvidia.com>2014-01-21 20:27:52 -0800
commit258a38d1421b1975e6eb1bf2c914d137590758fe (patch)
treeda390bcef9b62a698c4251263fc45b185ce35d54 /arch/arm/mach-tegra/tegra13_dvfs.c
parent67244fe0fea24651444f14848dbf3b05be7aaeea (diff)
Tegra13: DVFS: Update parameters to prepare for cldvfs
Change-Id: I228ba5cc4f67c5ad4dac6b3810da454296930b6d Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/350004 Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Tested-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index ceac0c0e2558..c9482dfe3e80 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -145,12 +145,12 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
.speedo_id = -1,
.process_id = -1,
.dfll_tune_data = {
- .tune0 = 0x005020FF,
- .tune0_high_mv = 0x005040FF,
- .tune1 = 0x00000060,
+ .tune0 = 0x00000000,
+ .tune0_high_mv = 0x00000000,
+ .tune1 = 0x00000000,
.droop_rate_min = 1000000,
.tune_high_min_millivolts = 900,
- .min_millivolts = 750,
+ .min_millivolts = 850,
},
.max_mv = 1260,
.freqs_mult = KHZ,
@@ -767,15 +767,16 @@ static int __init set_cpu_dvfs_data(unsigned long max_freq,
cpu_dvfs->dfll_data.is_bypass_down = is_lp_cluster;
/* Init cpu thermal floors */
- tegra_dvfs_rail_init_vmin_thermal_profile(
+/* tegra_dvfs_rail_init_vmin_thermal_profile(
d->vmin_trips_table, d->therm_floors_table,
&tegra13_dvfs_rail_vdd_cpu, &cpu_dvfs->dfll_data);
-
+*/
/* Init cpu thermal caps */
#ifndef CONFIG_TEGRA_CPU_VOLT_CAP
- tegra_dvfs_rail_init_vmax_thermal_profile(
+/* tegra_dvfs_rail_init_vmax_thermal_profile(
vdd_cpu_vmax_trips_table, vdd_cpu_therm_caps_table,
&tegra13_dvfs_rail_vdd_cpu, &cpu_dvfs->dfll_data);
+*/
#endif
return 0;