bcm27xx: update patches from RPi foundation
[openwrt/staging/luka.git] / target / linux / bcm27xx / patches-5.4 / 950-0543-dt-bindings-display-vc4-hdmi-Add-missing-clock-names.patch
1 From 293db446089f00599f0a22b933a6a5a13ccfc5e2 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: hdmi: 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. The documented order
9 was wrong too, so make sure clock-names is there and in the proper order.
10
11 Cc: devicetree@vger.kernel.org
12 Reviewed-by: Rob Herring <robh+dt@kernel.org>
13 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
14 ---
15 .../devicetree/bindings/display/brcm,bcm2835-hdmi.yaml | 7 ++++++-
16 1 file changed, 6 insertions(+), 1 deletion(-)
17
18 --- a/Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml
19 +++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-hdmi.yaml
20 @@ -23,8 +23,13 @@ properties:
21
22 clocks:
23 items:
24 - - description: The HDMI state machine clock
25 - description: The pixel clock
26 + - description: The HDMI state machine clock
27 +
28 + clock-names:
29 + items:
30 + - const: pixel
31 + - const: hdmi
32
33 ddc:
34 allOf: