drm/v3d: add brcm,2712-v3d as a compatible V3D device
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 2 Mar 2023 10:54:45 +0000 (11:54 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:50 +0000 (11:34 +0000)
drivers/gpu/drm/v3d/v3d_drv.c

index 30b23c1..1258a47 100644 (file)
@@ -189,6 +189,7 @@ static const struct drm_driver v3d_drm_driver = {
 };
 
 static const struct of_device_id v3d_of_match[] = {
+       { .compatible = "brcm,2712-v3d" },
        { .compatible = "brcm,2711-v3d" },
        { .compatible = "brcm,7268-v3d" },
        { .compatible = "brcm,7278-v3d" },