summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 30a2fcd9..bb7e260d 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -234,8 +234,6 @@ done:
234 234
235static struct of_device_id tegra_gk20a_of_match[] = { 235static struct of_device_id tegra_gk20a_of_match[] = {
236#ifdef CONFIG_TEGRA_GK20A 236#ifdef CONFIG_TEGRA_GK20A
237 { .compatible = "nvidia,tegra124-gk20a",
238 .data = &gk20a_tegra_platform },
239 { .compatible = "nvidia,tegra210-gm20b", 237 { .compatible = "nvidia,tegra210-gm20b",
240 .data = &gm20b_tegra_platform }, 238 .data = &gm20b_tegra_platform },
241#ifdef CONFIG_ARCH_TEGRA_18x_SOC 239#ifdef CONFIG_ARCH_TEGRA_18x_SOC
@@ -254,25 +252,8 @@ static struct of_device_id tegra_gk20a_of_match[] = {
254 { .compatible = "nvidia,tegra124-gk20a-vgpu", 252 { .compatible = "nvidia,tegra124-gk20a-vgpu",
255 .data = &vgpu_tegra_platform }, 253 .data = &vgpu_tegra_platform },
256#endif 254#endif
257#else
258 { .compatible = "nvidia,tegra124-gk20a",
259 .data = &gk20a_generic_platform },
260 { .compatible = "nvidia,tegra210-gm20b",
261 .data = &gk20a_generic_platform },
262#ifdef CONFIG_ARCH_TEGRA_18x_SOC
263 { .compatible = TEGRA_18x_GPU_COMPAT_TEGRA,
264 .data = &gk20a_generic_platform },
265#endif 255#endif
266 256
267#endif
268 { .compatible = "nvidia,generic-gk20a",
269 .data = &gk20a_generic_platform },
270 { .compatible = "nvidia,generic-gm20b",
271 .data = &gk20a_generic_platform },
272#ifdef CONFIG_ARCH_TEGRA_18x_SOC
273 { .compatible = "nvidia,generic-gp10b",
274 .data = &gk20a_generic_platform },
275#endif
276 { }, 257 { },
277}; 258};
278 259