diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2015-06-23 15:16:06 +0900 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-08-28 12:40:02 +1000 |
commit | 970fee29d036eda3ea869033d6b0b7b42238b22a (patch) | |
tree | c9427f9b020c3a65ef3caf0da71653ae81e1049c /drivers/gpu/drm/nouveau/nouveau_platform.c | |
parent | d10ae271301803c2720b8ad53d6a90b5620ea439 (diff) | |
download | blackbird-obmc-linux-970fee29d036eda3ea869033d6b0b7b42238b22a.tar.gz blackbird-obmc-linux-970fee29d036eda3ea869033d6b0b7b42238b22a.zip |
drm/nouveau/platform: recognize GM20B
Allow the platform driver to recognize GM20B.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_platform.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_platform.c b/drivers/gpu/drm/nouveau/nouveau_platform.c index dcfbbfaf1739..7a39d449fefa 100644 --- a/drivers/gpu/drm/nouveau/nouveau_platform.c +++ b/drivers/gpu/drm/nouveau/nouveau_platform.c @@ -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" }, { } }; |