dt-bindings: display: Add BCM2712 MOP bindings
authorMaxime Ripard <maxime@cerno.tech>
Fri, 17 Feb 2023 12:36:36 +0000 (13:36 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:57 +0000 (11:34 +0000)
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>
Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml

index bb18619..c9c0804 100644 (file)
@@ -11,7 +11,9 @@ maintainers:
 
 properties:
   compatible:
-    const: brcm,bcm2835-txp
+    enum:
+      - brcm,bcm2712-mop
+      - brcm,bcm2835-txp
 
   reg:
     maxItems: 1