summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index f69e12df..c7c34417 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -770,6 +770,9 @@ static int gk20a_tegra_probe(struct device *dev)
770 } 770 }
771 } 771 }
772 772
773 if (tegra_get_chipid() == TEGRA_CHIPID_TEGRA13)
774 platform->soc_name = "tegra13x";
775
773 gk20a_tegra_get_clocks(dev); 776 gk20a_tegra_get_clocks(dev);
774 777
775 return 0; 778 return 0;