bcm27xx: update 6.1 patches to latest version
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-6.1 / 950-0959-dt-bindings-display-Add-BCM2712-MOP-bindings.patch
1 From 07f90ad6a81d9ed923ee0da05541718baf49fb3c Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Fri, 17 Feb 2023 13:36:36 +0100
4 Subject: [PATCH] dt-bindings: display: Add BCM2712 MOP bindings
5
6 The BCM2712 has a MOP controller which is basically a new revision of
7 the TXP.
8
9 Express that by adding a new compatible for it.
10
11 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
12 ---
13 .../devicetree/bindings/display/brcm,bcm2835-txp.yaml | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml
17 +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-txp.yaml
18 @@ -11,7 +11,9 @@ maintainers:
19
20 properties:
21 compatible:
22 - const: brcm,bcm2835-txp
23 + enum:
24 + - brcm,bcm2712-mop
25 + - brcm,bcm2835-txp
26
27 reg:
28 maxItems: 1