summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
index 4ddc47fb..c08202ec 100644
--- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
+++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c
@@ -220,8 +220,8 @@ struct gk20a_platform t18x_gpu_tegra_platform = {
220 .enable_slcg = true, 220 .enable_slcg = true,
221 .enable_elcg = true, 221 .enable_elcg = true,
222 222
223 /* ptimer scaling constant */ 223 /* ptimer src frequency in hz*/
224 .ptimerscaling10x = 10, 224 .ptimer_src_freq = 31250000,
225 225
226 .ch_wdt_timeout_ms = 5000, 226 .ch_wdt_timeout_ms = 5000,
227 227