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>
28 lines
989 B
Diff
28 lines
989 B
Diff
From b5aa587656a8af5a14ab666ce0c4e4b8b6d6a204 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Fri, 17 Feb 2023 13:36:27 +0100
|
|
Subject: [PATCH] dt-bindings: display: Add BCM2712 PixelValve bindings
|
|
|
|
The BCM2712 has 3 different pixelvalves that are similar to the ones
|
|
found in the previous generations but with slightly different
|
|
capabilities.
|
|
|
|
Express that using a new set of compatibles.
|
|
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
.../devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-pixelvalve0.yaml
|
|
@@ -20,6 +20,9 @@ properties:
|
|
- brcm,bcm2711-pixelvalve2
|
|
- brcm,bcm2711-pixelvalve3
|
|
- brcm,bcm2711-pixelvalve4
|
|
+ - brcm,bcm2712-pixelvalve0
|
|
+ - brcm,bcm2712-pixelvalve1
|
|
+ - brcm,bcm2712-pixelvalve2
|
|
|
|
reg:
|
|
maxItems: 1
|