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 <itoral@igalia.com>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Maíra Canal <mcanal@igalia.com>
Signed-off-by: Maíra Canal <mcanal@igalia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231031073859.25298-5-itoral@igalia.com
This commit is contained in:
Iago Toral Quiroga 2023-10-31 08:38:59 +01:00 committed by Maíra Canal
parent ebb2f6eea6
commit 6fd9487147
No known key found for this signature in database
GPG Key ID: 6E388F05AB35B7CF

View File

@ -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" },
{},