[PATCH v2 4/4] drm/v3d: add brcm,2712-v3d as a compatible V3D device

Iago Toral Quiroga itoral at igalia.com
Mon Oct 30 08:28:58 UTC 2023


This is required to get the V3D module to load with Raspberry Pi 5.

v2:
 - added s-o-b and commit message. (Maíra)
 - keep order of compatible strings. (Stefan Wahren)

Signed-off-by: Iago Toral Quiroga <itoral at igalia.com>
---
 drivers/gpu/drm/v3d/v3d_drv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
index ffbbe9d527d3..1ab46bdf8ad7 100644
--- a/drivers/gpu/drm/v3d/v3d_drv.c
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
@@ -187,6 +187,7 @@ static const struct drm_driver v3d_drm_driver = {
 
 static const struct of_device_id v3d_of_match[] = {
 	{ .compatible = "brcm,2711-v3d" },
+	{ .compatible = "brcm,2712-v3d" },
 	{ .compatible = "brcm,7268-v3d" },
 	{ .compatible = "brcm,7278-v3d" },
 	{},
-- 
2.39.2



More information about the dri-devel mailing list