]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
ARM: tegra12: dvfs: Set CPU rate limit to 2.2GHz
authorAlex Frid <afrid@nvidia.com>
Thu, 27 Mar 2014 20:21:30 +0000 (13:21 -0700)
committerYu-Huan Hsu <yhsu@nvidia.com>
Fri, 28 Mar 2014 20:51:22 +0000 (13:51 -0700)
Set CPU rate limit to 2.2GHz for Tegra12 sku 0x1F.

Bug 1475295

Change-Id: I45479a809627a158fd4896c3371a7cc67df93447
Signed-off-by: Alex Frid <afrid@nvidia.com>
Reviewed-on: http://git-master/r/387965
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
arch/arm/mach-tegra/tegra12_speedo.c

index a9dd9c474c06e16134afd87ec01b2a4aa4144479..1928826d8fc92a0c172d3fb13c60d2546a88a375 100644 (file)
@@ -106,7 +106,7 @@ static void rev_sku_to_speedo_ids(int rev, int sku)
        case 0x1F:
        case 0x87:
        case 0x27:
-               cpu_speedo_id = sku == 0x27 ? 5 : 2;
+               cpu_speedo_id = sku == 0x87 ? 2 : 5;
                soc_speedo_id = 0;
                gpu_speedo_id = 1;
                threshold_index = 0;