summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 6afac4d8..e9c38469 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -1347,6 +1347,7 @@ static int gk20a_secure_page_alloc(struct platform_device *pdev)
1347} 1347}
1348 1348
1349static struct of_device_id tegra_gpu_domain_match[] = { 1349static struct of_device_id tegra_gpu_domain_match[] = {
1350 {.compatible = "nvidia,tegra132-gpu-pd"},
1350 {.compatible = "nvidia,tegra210-gpu-pd"}, 1351 {.compatible = "nvidia,tegra210-gpu-pd"},
1351 {}, 1352 {},
1352}; 1353};