mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
21 lines
650 B
Diff
21 lines
650 B
Diff
From 88053ce30de23254081fa702a0229d56c96a2240 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 0557/1085] 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
|
|
@@ -189,6 +189,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,7268-v3d" },
|
|
{ .compatible = "brcm,7278-v3d" },
|