bcm27xx: update to latest patches from RPi foundation
[openwrt/staging/wigyori.git] / target / linux / bcm27xx / patches-5.4 / 950-0539-dt-bindings-display-vc4-dpi-Add-missing-clock-names-.patch
1 From 9a624b11291306b4b4c49c70bc75ef7d72d81405 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Thu, 13 Feb 2020 15:47:18 +0100
4 Subject: [PATCH] dt-bindings: display: vc4: dpi: Add missing
5 clock-names property
6
7 While the device tree and the driver expected a clock-names property, it
8 wasn't explicitly documented in the previous binding. Make sure it is now.
9
10 Cc: devicetree@vger.kernel.org
11 Reviewed-by: Rob Herring <robh+dt@kernel.org>
12 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
13 ---
14 .../devicetree/bindings/display/brcm,bcm2835-dpi.yaml | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
18 +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
19 @@ -21,6 +21,11 @@ properties:
20 - description: The core clock the unit runs on
21 - description: The pixel clock that feeds the pixelvalve
22
23 + clock-names:
24 + items:
25 + - const: core
26 + - const: pixel
27 +
28 port:
29 type: object
30 description: >
31 @@ -31,6 +36,7 @@ required:
32 - compatible
33 - reg
34 - clocks
35 + - clock-names
36 - port
37
38 additionalProperties: false