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, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
index 59c83686..5c80294a 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a_tegra.c
@@ -450,9 +450,8 @@ static int gk20a_tegra_probe(struct platform_device *dev)
450 if (tegra_get_chipid() == TEGRA_CHIPID_TEGRA21) { 450 if (tegra_get_chipid() == TEGRA_CHIPID_TEGRA21) {
451 np = of_find_node_by_path("/gpu-dvfs-rework"); 451 np = of_find_node_by_path("/gpu-dvfs-rework");
452 if (!(np && of_device_is_available(np))) { 452 if (!(np && of_device_is_available(np))) {
453 platform->can_railgate = false;
454 platform->devfreq_governor = ""; 453 platform->devfreq_governor = "";
455 dev_warn(&dev->dev, "board does not support scaling or powergating"); 454 dev_warn(&dev->dev, "board does not support scaling");
456 } 455 }
457 } 456 }
458 457