aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2023-10-31 08:38:59 +0100
committerMaíra Canal <[email protected]>2023-11-02 08:54:39 -0300
commit6fd9487147c4f18ad77eea00bd8c9189eec74a3e (patch)
tree38cd38a1ff295c92f48f17226b13d8e718177752
parentebb2f6eea688b9ffa46527c3e7570b2c347497b8 (diff)
drm/v3d: add brcm,2712-v3d as a compatible V3D device
This is required to get the V3D module to load with Raspberry Pi 5. Signed-off-by: Iago Toral Quiroga <[email protected]> Reviewed-by: Stefan Wahren <[email protected]> Reviewed-by: Maíra Canal <[email protected]> Signed-off-by: Maíra Canal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/v3d/v3d_drv.c1
1 files changed, 1 insertions, 0 deletions
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" },
{},