mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26: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>
25 lines
807 B
Diff
25 lines
807 B
Diff
From 25b5693a04ed07facd2d11a2afb245e2de4aaba4 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Fri, 17 Feb 2023 13:36:51 +0100
|
|
Subject: [PATCH 0608/1085] dt-bindings: display: Add BCM2712 KMS driver
|
|
bindings
|
|
|
|
The BCM2712 SoC comes with a new variation of the videocore display
|
|
pipeline. Let's create a new compatible for it.
|
|
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-vc4.yaml
|
|
@@ -18,6 +18,7 @@ properties:
|
|
compatible:
|
|
enum:
|
|
- brcm,bcm2711-vc5
|
|
+ - brcm,bcm2712-vc6
|
|
- brcm,bcm2835-vc4
|
|
- brcm,cygnus-vc4
|
|
|