summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-03-19 02:58:18 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:36 -0400
commitcd783f0b8412919d3792871ee7ca23ba9b945ea0 (patch)
tree8cc19de4bfeb1625e46b6271fc460b529901e8fe /drivers/gpu/nvgpu/gk20a/gk20a.c
parenta4d9f96efae76b32ed054b76c12520be2bbcad26 (diff)
video: tegra: host: gm20b: Re-enable gm20b driver
Change-Id: I473d7ac712afc10bc255d57d441965556fa0e957 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/383840 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 67f6ad8a..2b912241 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -934,11 +934,13 @@ static struct of_device_id tegra_gk20a_of_match[] = {
934#ifdef CONFIG_TEGRA_GK20A 934#ifdef CONFIG_TEGRA_GK20A
935 { .compatible = "nvidia,tegra124-gk20a", 935 { .compatible = "nvidia,tegra124-gk20a",
936 .data = &gk20a_tegra_platform }, 936 .data = &gk20a_tegra_platform },
937 { .compatible = "nvidia,tegra210-gm20b",
938 .data = &gk20a_tegra_platform },
937#endif 939#endif
938 { .compatible = "nvidia,generic-gk20a", 940 { .compatible = "nvidia,generic-gk20a",
939 .data = &gk20a_generic_platform }, 941 .data = &gk20a_generic_platform },
940 { .compatible = "nvidia,tegra210-gm20b", 942 { .compatible = "nvidia,generic-gm20b",
941 .data = &gm20b_tegra_platform }, 943 .data = &gk20a_generic_platform },
942 { }, 944 { },
943}; 945};
944 946