summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_dvfs.c
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2014-01-13 15:34:20 -0800
committerThomas Cherry <tcherry@nvidia.com>2014-02-03 12:20:17 -0800
commit9479d69695fd712c1512d0ac29fdc599bfd73c54 (patch)
tree4f148e99067b544e308992fbb30a68791bf88ce5 /arch/arm/mach-tegra/tegra13_dvfs.c
parent554601f62b1920494a7b13da224257d03e694c13 (diff)
ARM: Tegra132: DVFS: Add version names for initial dvfs tables
Change-Id: Ic91fcb02474b4bfb28bcf943d5a2726cbdd760c7 Reviewed-on: http://git-master/r/355258 Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/361682 Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Tested-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index ac295f61ae3e..f72715e66bd2 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -78,6 +78,7 @@ static struct tegra_cooling_device gpu_vts_cdev = {
static struct dvfs_rail tegra13_dvfs_rail_vdd_cpu = {
.reg_id = "vdd_cpu",
+ .version = "Pre_silicon_safe_table",
.max_millivolts = 1300,
.min_millivolts = 700,
.step = VDD_SAFE_STEP,
@@ -96,6 +97,7 @@ static struct dvfs_rail tegra13_dvfs_rail_vdd_cpu = {
static struct dvfs_rail tegra13_dvfs_rail_vdd_core = {
.reg_id = "vdd_core",
+ .version = "T124_production_value",
.max_millivolts = 1400,
.min_millivolts = 800,
.step = VDD_SAFE_STEP,
@@ -107,6 +109,7 @@ static struct dvfs_rail tegra13_dvfs_rail_vdd_core = {
/* TBD: fill in actual hw number */
static struct dvfs_rail tegra13_dvfs_rail_vdd_gpu = {
.reg_id = "vdd_gpu",
+ .version = "T124_production_with_margin",
.max_millivolts = 1350,
.min_millivolts = 680,
.step = VDD_SAFE_STEP,