These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
19 lines
639 B
Diff
19 lines
639 B
Diff
From 08a681e31b596f8e9f57403c49da68c714bccc89 Mon Sep 17 00:00:00 2001
|
|
From: Iago Toral Quiroga <itoral@igalia.com>
|
|
Date: Thu, 2 Mar 2023 11:54:45 +0100
|
|
Subject: [PATCH] drm/v3d: add brcm,2712-v3d as a compatible V3D device
|
|
|
|
---
|
|
drivers/gpu/drm/v3d/v3d_drv.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/gpu/drm/v3d/v3d_drv.c
|
|
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
|
|
@@ -249,6 +249,7 @@ static const struct drm_driver v3d_drm_d
|
|
};
|
|
|
|
static const struct of_device_id v3d_of_match[] = {
|
|
+ { .compatible = "brcm,2712-v3d" },
|
|
{ .compatible = "brcm,2711-v3d" },
|
|
{ .compatible = "brcm,2712-v3d" },
|
|
{ .compatible = "brcm,7268-v3d" },
|