]> git.ipfire.org Git - thirdparty/openwrt.git/blob
061cdc5d2fd1c51a7998e56f06d9d05e31231ab2
[thirdparty/openwrt.git] /
1 From 88053ce30de23254081fa702a0229d56c96a2240 Mon Sep 17 00:00:00 2001
2 From: Iago Toral Quiroga <itoral@igalia.com>
3 Date: Thu, 2 Mar 2023 11:54:45 +0100
4 Subject: [PATCH 0557/1085] drm/v3d: add brcm,2712-v3d as a compatible V3D
5 device
6
7 ---
8 drivers/gpu/drm/v3d/v3d_drv.c | 1 +
9 1 file changed, 1 insertion(+)
10
11 --- a/drivers/gpu/drm/v3d/v3d_drv.c
12 +++ b/drivers/gpu/drm/v3d/v3d_drv.c
13 @@ -189,6 +189,7 @@ static const struct drm_driver v3d_drm_d
14 };
15
16 static const struct of_device_id v3d_of_match[] = {
17 + { .compatible = "brcm,2712-v3d" },
18 { .compatible = "brcm,2711-v3d" },
19 { .compatible = "brcm,7268-v3d" },
20 { .compatible = "brcm,7278-v3d" },