aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tegra/dc.c')
-rw-r--r--drivers/gpu/drm/tegra/dc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c
index 54f05d887dce..074410371e2a 100644
--- a/drivers/gpu/drm/tegra/dc.c
+++ b/drivers/gpu/drm/tegra/dc.c
@@ -818,6 +818,7 @@ static int tegra_dc_remove(struct platform_device *pdev)
818} 818}
819 819
820static struct of_device_id tegra_dc_of_match[] = { 820static struct of_device_id tegra_dc_of_match[] = {
821 { .compatible = "nvidia,tegra30-dc", },
821 { .compatible = "nvidia,tegra20-dc", }, 822 { .compatible = "nvidia,tegra20-dc", },
822 { }, 823 { },
823}; 824};