drm/nouveau/platform: recognize GM20B
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 23 Jun 2015 06:16:06 +0000 (15:16 +0900)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:02 +0000 (12:40 +1000)
Allow the platform driver to recognize GM20B.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_platform.c

index dcfbbfaf1739781724e312a4fc15cded1298358d..7a39d449fefa6f36c1dbdd629dd3e21068d01035 100644 (file)
@@ -252,6 +252,7 @@ static int nouveau_platform_remove(struct platform_device *pdev)
 #if IS_ENABLED(CONFIG_OF)
 static const struct of_device_id nouveau_platform_match[] = {
        { .compatible = "nvidia,gk20a" },
+       { .compatible = "nvidia,gm20b" },
        { }
 };