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
837 B
Diff
28 lines
837 B
Diff
From 160ff56cb8a9b3ff32c9983c8514093ba77f26e3 Mon Sep 17 00:00:00 2001
|
|
From: Maxime Ripard <maxime@cerno.tech>
|
|
Date: Fri, 17 Feb 2023 13:36:36 +0100
|
|
Subject: [PATCH] dt-bindings: display: Add BCM2712 MOP bindings
|
|
|
|
The BCM2712 has a MOP controller which is basically a new revision of
|
|
the TXP.
|
|
|
|
Express that by adding a new compatible for it.
|
|
|
|
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
|
|
---
|
|
.../devicetree/bindings/display/brcm,bcm2835-txp.yaml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml
|
|
@@ -11,7 +11,9 @@ maintainers:
|
|
|
|
properties:
|
|
compatible:
|
|
- const: brcm,bcm2835-txp
|
|
+ enum:
|
|
+ - brcm,bcm2712-mop
|
|
+ - brcm,bcm2835-txp
|
|
|
|
reg:
|
|
maxItems: 1
|