]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
soc: tegra: Update T210b01 speedo thresholds
authorAlex Frid <afrid@nvidia.com>
Fri, 15 Sep 2017 04:41:45 +0000 (21:41 -0700)
committerBharat Nihalani <bnihalani@nvidia.com>
Tue, 31 Oct 2017 13:34:36 +0000 (06:34 -0700)
Bug 1989990

Change-Id: Ia97117eb92e73c88d2b53a42dbe2b3ca5fc20ca4
Signed-off-by: Alex Frid <afrid@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1561066
(cherry picked from commit 8d928fe3a3fde46c0ea3ebd0a8de10b2b43a5da2)
Reviewed-on: https://git-master.nvidia.com/r/1561594
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
(cherry picked from commit 4f8854028f55aacf122feb1c88bd49893d105af4)

drivers/soc/tegra/fuse/speedo-tegra210.c

index d9765ccc1e6acff6d4a81f32c28a4686aaa32641..338e91a69b7e5bf78599016d4ce4eb206c02926c 100644 (file)
@@ -47,7 +47,7 @@ enum {
 static const u32 __initconst cpu_process_speedos[][CPU_PROCESS_CORNERS] = {
        { 2119, UINT_MAX },
        { 2119, UINT_MAX },
-       { 1550, UINT_MAX },
+       { UINT_MAX, UINT_MAX },
 };
 
 static const u32 __initconst gpu_process_speedos[][GPU_PROCESS_CORNERS] = {
@@ -59,7 +59,7 @@ static const u32 __initconst gpu_process_speedos[][GPU_PROCESS_CORNERS] = {
 static const u32 __initconst soc_process_speedos[][SOC_PROCESS_CORNERS] = {
        { 1950,     2073,     UINT_MAX },
        { UINT_MAX, UINT_MAX, UINT_MAX },
-       { 1562,     1673,     UINT_MAX },
+       { 1598,     1709,     UINT_MAX },
 };
 
 static u8 __init get_speedo_revision(void)