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
602 B
Diff
19 lines
602 B
Diff
From 2ae90995121cf95032b3fbf15445eb1f4a45ce7b Mon Sep 17 00:00:00 2001
|
|
From: Iago Toral Quiroga <itoral@igalia.com>
|
|
Date: Thu, 2 Mar 2023 11:56:52 +0100
|
|
Subject: [PATCH] dt-bindings: gpu: v3d: Add BCM2712 to compatibility list
|
|
|
|
---
|
|
Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
|
|
+++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
|
|
@@ -16,6 +16,7 @@ properties:
|
|
|
|
compatible:
|
|
enum:
|
|
+ - brcm,2712-v3d
|
|
- brcm,2711-v3d
|
|
- brcm,2712-v3d
|
|
- brcm,7268-v3d
|