]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
dvfs: tegra21: Update DFLL voltage range threshold
authorAlex Frid <afrid@nvidia.com>
Fri, 19 Jun 2015 03:29:59 +0000 (20:29 -0700)
committerAleksandr Frid <afrid@nvidia.com>
Tue, 23 Jun 2015 01:29:35 +0000 (18:29 -0700)
Changed DFLL voltage range threshold that sets minimum limit for
SOCTHERM CPU sensor usage to 864mV (from 903mV).

Bug 1593595

Change-Id: Ibdac4ba0cedc3ad76fbce24ee9267b54453905bf
Signed-off-by: Alex Frid <afrid@nvidia.com>
Reviewed-on: http://git-master/r/760363
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
drivers/platform/tegra/tegra21_dvfs.c

index 4aacda2ef42970f12bc5120340cd264987484d60..925e731ca7c04ecf3551447476ce6a09a8579b33 100644 (file)
@@ -231,8 +231,6 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .process_id = 0,
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
-                       .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 870,
@@ -250,7 +248,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 830,
@@ -268,7 +266,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x025501D0,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 830,
@@ -286,8 +284,6 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .process_id = 0,
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
-                       .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 870,
@@ -304,8 +300,6 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .process_id = 1,
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
-                       .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
                        .tune1          = 0x025501D0,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 870,
@@ -324,7 +318,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 850,
@@ -342,7 +336,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 800,
@@ -360,7 +354,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x025501D0,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 800,
@@ -379,7 +373,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x020091D9,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 850,
@@ -397,7 +391,7 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
                .dfll_tune_data  = {
                        .tune0          = 0xFFEAD0FF,
                        .tune0_high_mv  = 0xFFEAD0FF,
-                       .tune_high_min_millivolts = 903,
+                       .tune_high_min_millivolts = 864,
                        .tune1          = 0x025501D0,
                        .droop_rate_min = 1000000,
                        .min_millivolts = 850,