aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/host1x/drm/gr2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/host1x/drm/gr2d.c b/drivers/gpu/host1x/drm/gr2d.c
index e91b184ced30..f045f7c0a91c 100644
--- a/drivers/gpu/host1x/drm/gr2d.c
+++ b/drivers/gpu/host1x/drm/gr2d.c
@@ -326,7 +326,7 @@ static int gr2d_remove(struct platform_device *pdev)
326 326
327struct platform_driver tegra_gr2d_driver = { 327struct platform_driver tegra_gr2d_driver = {
328 .driver = { 328 .driver = {
329 .name = "gr2d", 329 .name = "tegra-gr2d",
330 .of_match_table = gr2d_match, 330 .of_match_table = gr2d_match,
331 }, 331 },
332 .probe = gr2d_probe, 332 .probe = gr2d_probe,