[Nouveau] [PATCH] platform: disable probe of GM20B

Alexandre Courbot acourbot at nvidia.com
Thu Mar 31 09:03:03 UTC 2016


On 4.6, probing GM20B will freeze the system because of a missing clock
that Nouveau must also enable. Since the DT bindings for this clock
did not make it in time for 4.6, disable it for now.

Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
Ben, sorry for that, but could you take this for one of the next -rc? I
will re-enable GM20B once the DT bindings have landed. Thanks!

 drm/nouveau/nouveau_platform.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drm/nouveau/nouveau_platform.c b/drm/nouveau/nouveau_platform.c
index 2dfe58af12e4..af9ee2de4c4d 100644
--- a/drm/nouveau/nouveau_platform.c
+++ b/drm/nouveau/nouveau_platform.c
@@ -60,10 +60,6 @@ static const struct of_device_id nouveau_platform_match[] = {
 		.compatible = "nvidia,gk20a",
 		.data = &gk20a_platform_data,
 	},
-	{
-		.compatible = "nvidia,gm20b",
-		.data = &gk20a_platform_data,
-	},
 	{ }
 };
 
-- 
2.7.3



More information about the Nouveau mailing list