bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0387-dt-bindings-Add-compatible-for-BCM2711-DSI1.patch
1 From 3acfacedd3d8f627d40bfaaf1a8312fe69823572 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.com>
3 Date: Thu, 12 Nov 2020 17:01:52 +0000
4 Subject: [PATCH] dt-bindings: Add compatible for BCM2711 DSI1
5
6 DSI1 on BCM2711 doesn't require the DMA workaround that is used
7 on BCM2835/6/7, therefore it needs a new compatible string.
8
9 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
10 ---
11 Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
15 +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-dsi0.yaml
16 @@ -20,6 +20,7 @@ properties:
17 enum:
18 - brcm,bcm2835-dsi0
19 - brcm,bcm2835-dsi1
20 + - brcm,bcm2711-dsi1
21
22 reg:
23 maxItems: 1